Shades of Dark Cerulean #024575
Tints of Dark Cerulean #024575
RGB
CMYK
RGB Variations
Color information
#024575 (or 0x024575) is known color: Dark Cerulean. HEX triplet: 02, 45 and 75. RGB value is (2,69,117). Sum of RGB (Red+Green+Blue) = 2+69+117=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #024575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024575 is #FDBA8A. Grayscale: #363636. Windows color (decimal): -16628363 or 7685378. OLE color: 7685378.
HSL color Cylindrical-coordinate representation of color #024575: hue angle of 205.04º 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 #024575 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 69 | 117 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.54 |
| HSL | 205.04º | 0.97% | 0.23% | - |
| HSV(B) | 205.04º | 0.98% | 0.46% | - |
| XYZ | 5.36 | 5.55 | 17.62 | - |
| YUV | 54.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 117 | 0.98 | 0.41 | 0 | 0.54 | 205.04 | 0.97 | 0.23 |
| Hex | 2 | 45 | 75 | 62 | 29 | 0 | 36 | CD | 61 | 17 |
| Octal | 2 | 105 | 165 | 142 | 51 | 0 | 66 | 315 | 141 | 27 |
| Binary | 10 | 1000101 | 1110101 | 1100010 | 101001 | 0 | 110110 | 11001101 | 1100001 | 10111 |
Color Harmonies of #024575
Complementary color
Monochromatic Colors of #024575
Black with #024575
Text Example
Text Example
White with #024575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024575; }
p { color: rgb(2,69,117); }
H1.HeaderClassName
{
color: #024575;
}
.AnyTagClassName
{
color: #024575;
}
</style>
background-color css
<style>
a { background-color: #024575; }
a { background-color: rgb(2,69,117); }
div.DivClassName
{
background-color: #024575;
}
.BgClassName
{
background-color: #024575;
}
</style>
border-color css
<style>
span { border-color: #024575; }
span { border-color: rgb(2,69,117); }
td.TdClassName
{
border-color: #024575;
}
.TagClassName
{
border-color: #024575;
}
</style>