Shades of Dark Cerulean #024174
Tints of Dark Cerulean #024174
RGB
CMYK
RGB Variations
Color information
#024174 (or 0x024174) is known color: Dark Cerulean. HEX triplet: 02, 41 and 74. RGB value is (2,65,116). Sum of RGB (Red+Green+Blue) = 2+65+116=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #024174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024174 is #FDBE8B. Grayscale: #333333. Windows color (decimal): -16629388 or 7618818. OLE color: 7618818.
HSL color Cylindrical-coordinate representation of color #024174: hue angle of 206.84º 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 #024174 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 65 | 116 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.55 |
| HSL | 206.84º | 0.97% | 0.23% | - |
| HSV(B) | 206.84º | 0.98% | 0.45% | - |
| XYZ | 5.07 | 5.05 | 17.23 | - |
| YUV | 51.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 116 | 0.98 | 0.44 | 0 | 0.55 | 206.84 | 0.97 | 0.23 |
| Hex | 2 | 41 | 74 | 62 | 2C | 0 | 37 | CF | 61 | 17 |
| Octal | 2 | 101 | 164 | 142 | 54 | 0 | 67 | 317 | 141 | 27 |
| Binary | 10 | 1000001 | 1110100 | 1100010 | 101100 | 0 | 110111 | 11001111 | 1100001 | 10111 |
Color Harmonies of #024174
Complementary color
Monochromatic Colors of #024174
Black with #024174
Text Example
Text Example
White with #024174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024174; }
p { color: rgb(2,65,116); }
H1.HeaderClassName
{
color: #024174;
}
.AnyTagClassName
{
color: #024174;
}
</style>
background-color css
<style>
a { background-color: #024174; }
a { background-color: rgb(2,65,116); }
div.DivClassName
{
background-color: #024174;
}
.BgClassName
{
background-color: #024174;
}
</style>
border-color css
<style>
span { border-color: #024174; }
span { border-color: rgb(2,65,116); }
td.TdClassName
{
border-color: #024174;
}
.TagClassName
{
border-color: #024174;
}
</style>