Shades of Dark Cerulean #024675
Tints of Dark Cerulean #024675
RGB
CMYK
RGB Variations
Color information
#024675 (or 0x024675) is known color: Dark Cerulean. HEX triplet: 02, 46 and 75. RGB value is (2,70,117). Sum of RGB (Red+Green+Blue) = 2+70+117=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #024675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024675 is #FDB98A. Grayscale: #363636. Windows color (decimal): -16628107 or 7685634. OLE color: 7685634.
HSL color Cylindrical-coordinate representation of color #024675: hue angle of 204.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024675 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 70 | 117 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.54 |
| HSL | 204.52º | 0.97% | 0.23% | - |
| HSV(B) | 204.52º | 0.98% | 0.46% | - |
| XYZ | 5.43 | 5.68 | 17.64 | - |
| YUV | 55.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 117 | 0.98 | 0.40 | 0 | 0.54 | 204.52 | 0.97 | 0.23 |
| Hex | 2 | 46 | 75 | 62 | 28 | 0 | 36 | CD | 61 | 17 |
| Octal | 2 | 106 | 165 | 142 | 50 | 0 | 66 | 315 | 141 | 27 |
| Binary | 10 | 1000110 | 1110101 | 1100010 | 101000 | 0 | 110110 | 11001101 | 1100001 | 10111 |
Color Harmonies of #024675
Complementary color
Monochromatic Colors of #024675
Black with #024675
Text Example
Text Example
White with #024675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024675; }
p { color: rgb(2,70,117); }
H1.HeaderClassName
{
color: #024675;
}
.AnyTagClassName
{
color: #024675;
}
</style>
background-color css
<style>
a { background-color: #024675; }
a { background-color: rgb(2,70,117); }
div.DivClassName
{
background-color: #024675;
}
.BgClassName
{
background-color: #024675;
}
</style>
border-color css
<style>
span { border-color: #024675; }
span { border-color: rgb(2,70,117); }
td.TdClassName
{
border-color: #024675;
}
.TagClassName
{
border-color: #024675;
}
</style>