Shades of Dark Cerulean #024674
Tints of Dark Cerulean #024674
RGB
CMYK
RGB Variations
Color information
#024674 (or 0x024674) is known color: Dark Cerulean. HEX triplet: 02, 46 and 74. RGB value is (2,70,116). Sum of RGB (Red+Green+Blue) = 2+70+116=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #024674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024674 is #FDB98B. Grayscale: #363636. Windows color (decimal): -16628108 or 7620098. OLE color: 7620098.
HSL color Cylindrical-coordinate representation of color #024674: hue angle of 204.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024674 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 70 | 116 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.55 |
| HSL | 204.21º | 0.97% | 0.23% | - |
| HSV(B) | 204.21º | 0.98% | 0.45% | - |
| XYZ | 5.37 | 5.65 | 17.33 | - |
| YUV | 54.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 116 | 0.98 | 0.40 | 0 | 0.55 | 204.21 | 0.97 | 0.23 |
| Hex | 2 | 46 | 74 | 62 | 28 | 0 | 37 | CC | 61 | 17 |
| Octal | 2 | 106 | 164 | 142 | 50 | 0 | 67 | 314 | 141 | 27 |
| Binary | 10 | 1000110 | 1110100 | 1100010 | 101000 | 0 | 110111 | 11001100 | 1100001 | 10111 |
Color Harmonies of #024674
Complementary color
Monochromatic Colors of #024674
Black with #024674
Text Example
Text Example
White with #024674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024674; }
p { color: rgb(2,70,116); }
H1.HeaderClassName
{
color: #024674;
}
.AnyTagClassName
{
color: #024674;
}
</style>
background-color css
<style>
a { background-color: #024674; }
a { background-color: rgb(2,70,116); }
div.DivClassName
{
background-color: #024674;
}
.BgClassName
{
background-color: #024674;
}
</style>
border-color css
<style>
span { border-color: #024674; }
span { border-color: rgb(2,70,116); }
td.TdClassName
{
border-color: #024674;
}
.TagClassName
{
border-color: #024674;
}
</style>