Shades of Dark Cerulean #024F81
Tints of Dark Cerulean #024F81
RGB
CMYK
RGB Variations
Color information
#024F81 (or 0x024F81) is known color: Dark Cerulean. HEX triplet: 02, 4F and 81. RGB value is (2,79,129). Sum of RGB (Red+Green+Blue) = 2+79+129=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #024F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F81 is #FDB07E. Grayscale: #3D3D3D. Windows color (decimal): -16625791 or 8474370. OLE color: 8474370.
HSL color Cylindrical-coordinate representation of color #024F81: hue angle of 203.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F81 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 79 | 129 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.49 |
| HSL | 203.62º | 0.97% | 0.26% | - |
| HSV(B) | 203.62º | 0.98% | 0.51% | - |
| XYZ | 6.78 | 7.19 | 21.8 | - |
| YUV | 61.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 129 | 0.98 | 0.39 | 0 | 0.49 | 203.62 | 0.97 | 0.26 |
| Hex | 2 | 4F | 81 | 62 | 27 | 0 | 31 | CC | 61 | 1A |
| Octal | 2 | 117 | 201 | 142 | 47 | 0 | 61 | 314 | 141 | 32 |
| Binary | 10 | 1001111 | 10000001 | 1100010 | 100111 | 0 | 110001 | 11001100 | 1100001 | 11010 |
Color Harmonies of #024F81
Complementary color
Monochromatic Colors of #024F81
Black with #024F81
Text Example
Text Example
White with #024F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F81; }
p { color: rgb(2,79,129); }
H1.HeaderClassName
{
color: #024F81;
}
.AnyTagClassName
{
color: #024F81;
}
</style>
background-color css
<style>
a { background-color: #024F81; }
a { background-color: rgb(2,79,129); }
div.DivClassName
{
background-color: #024F81;
}
.BgClassName
{
background-color: #024F81;
}
</style>
border-color css
<style>
span { border-color: #024F81; }
span { border-color: rgb(2,79,129); }
td.TdClassName
{
border-color: #024F81;
}
.TagClassName
{
border-color: #024F81;
}
</style>