Shades of Dark Cerulean #024E91
Tints of Dark Cerulean #024E91
RGB
CMYK
RGB Variations
Color information
#024E91 (or 0x024E91) is known color: Dark Cerulean. HEX triplet: 02, 4E and 91. RGB value is (2,78,145). Sum of RGB (Red+Green+Blue) = 2+78+145=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #024E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E91 is #FDB16E. Grayscale: #3E3E3E. Windows color (decimal): -16626031 or 9522690. OLE color: 9522690.
HSL color Cylindrical-coordinate representation of color #024E91: hue angle of 208.11º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024E91 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 78 | 145 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.43 |
| HSL | 208.11º | 0.97% | 0.29% | - |
| HSV(B) | 208.11º | 0.99% | 0.57% | - |
| XYZ | 7.86 | 7.51 | 27.82 | - |
| YUV | 62.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 145 | 0.99 | 0.46 | 0 | 0.43 | 208.11 | 0.97 | 0.29 |
| Hex | 2 | 4E | 91 | 63 | 2E | 0 | 2B | D0 | 61 | 1D |
| Octal | 2 | 116 | 221 | 143 | 56 | 0 | 53 | 320 | 141 | 35 |
| Binary | 10 | 1001110 | 10010001 | 1100011 | 101110 | 0 | 101011 | 11010000 | 1100001 | 11101 |
Color Harmonies of #024E91
Complementary color
Monochromatic Colors of #024E91
Black with #024E91
Text Example
Text Example
White with #024E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E91; }
p { color: rgb(2,78,145); }
H1.HeaderClassName
{
color: #024E91;
}
.AnyTagClassName
{
color: #024E91;
}
</style>
background-color css
<style>
a { background-color: #024E91; }
a { background-color: rgb(2,78,145); }
div.DivClassName
{
background-color: #024E91;
}
.BgClassName
{
background-color: #024E91;
}
</style>
border-color css
<style>
span { border-color: #024E91; }
span { border-color: rgb(2,78,145); }
td.TdClassName
{
border-color: #024E91;
}
.TagClassName
{
border-color: #024E91;
}
</style>