In RGB color space, #123456 hex color has a red value of 18, a green value of 52 and a blue value of 86.
In CMYK color space (used in color printing), #123456 hex color is composed of 79.07% cyan, 39.53% magenta, 0% yellow and 66.27% black.
#123456 color has a hue of 210 degrees, a saturation of 65.38% and a lightness of 20.4%.
#123456 hex color contains mainly BLUE.
The closest web safe color of #123456 is #003366
#123456 hex color has a decimal value of 1193046.
HEX | 123456 | #123456 |
---|---|---|
RGB | 18, 52, 86 | rgb(18, 52, 86) |
RGB Percent | 7.06, 20.39, 33.73 | rgb(7.06, 20.39, 33.73) |
CMYK | 79, 40, 0, 66 | |
HSL | 210°, 65.38, 20.4 | hsl(210, 65.38%, 20.4%) |
HSV | 210°, 79.1, 33.7 |
XYZ | 3.157, 3.256, 9.266 |
---|---|
Hunter Lab | 18.044, -0.348, -17.815 |
CIE-LAB | 21.041, 1.064, -24.107 |
CIE-LCH | 21.041, 24.13, 272.527 |
CIE-LUV | 79.07, 39.53, 0, 66.27 |
Web Safe | 003366 |
RGB percent of color #123456
CMYK percent of color #123456
Text with hexadecimal color #123456
This text has a font color of #123456
<p style="color:#123456">Text here</p>
#123456 Background Color
This box has a background color of #123456
<div style="background-color:#123456">Text here</div>
#123456 Border Color
This box has a border color of #123456
<div style="border: 4px solid #123456">Text here</div>
CSS codes
<p style="color:#123456">Text here</p>
<div style="background-color:#123456">Text here</div>
<div style="border: 4px solid #123456">Text here</div>
#123456 Color on white background
This is how a font and box color of #123456 will look
on a white background.
#123456 Color on black background
This is how a font and box color of #123456 hex color will look
on a black background.