Shades of Dark Cerulean #024279
Tints of Dark Cerulean #024279
RGB
CMYK
RGB Variations
Color information
#024279 (or 0x024279) is known color: Dark Cerulean. HEX triplet: 02, 42 and 79. RGB value is (2,66,121). Sum of RGB (Red+Green+Blue) = 2+66+121=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #024279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024279 is #FDBD86. Grayscale: #343434. Windows color (decimal): -16629127 or 7946754. OLE color: 7946754.
HSL color Cylindrical-coordinate representation of color #024279: hue angle of 207.73º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024279 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 66 | 121 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.53 |
| HSL | 207.73º | 0.97% | 0.24% | - |
| HSV(B) | 207.73º | 0.98% | 0.47% | - |
| XYZ | 5.42 | 5.29 | 18.82 | - |
| YUV | 53.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 121 | 0.98 | 0.45 | 0 | 0.53 | 207.73 | 0.97 | 0.24 |
| Hex | 2 | 42 | 79 | 62 | 2D | 0 | 35 | D0 | 61 | 18 |
| Octal | 2 | 102 | 171 | 142 | 55 | 0 | 65 | 320 | 141 | 30 |
| Binary | 10 | 1000010 | 1111001 | 1100010 | 101101 | 0 | 110101 | 11010000 | 1100001 | 11000 |
Color Harmonies of #024279
Complementary color
Monochromatic Colors of #024279
Black with #024279
Text Example
Text Example
White with #024279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024279; }
p { color: rgb(2,66,121); }
H1.HeaderClassName
{
color: #024279;
}
.AnyTagClassName
{
color: #024279;
}
</style>
background-color css
<style>
a { background-color: #024279; }
a { background-color: rgb(2,66,121); }
div.DivClassName
{
background-color: #024279;
}
.BgClassName
{
background-color: #024279;
}
</style>
border-color css
<style>
span { border-color: #024279; }
span { border-color: rgb(2,66,121); }
td.TdClassName
{
border-color: #024279;
}
.TagClassName
{
border-color: #024279;
}
</style>