Shades of Dark Cerulean #024C91
Tints of Dark Cerulean #024C91
RGB
CMYK
RGB Variations
Color information
#024C91 (or 0x024C91) is known color: Dark Cerulean. HEX triplet: 02, 4C and 91. RGB value is (2,76,145). Sum of RGB (Red+Green+Blue) = 2+76+145=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #024C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C91 is #FDB36E. Grayscale: #3D3D3D. Windows color (decimal): -16626543 or 9522178. OLE color: 9522178.
HSL color Cylindrical-coordinate representation of color #024C91: hue angle of 208.95º 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 #024C91 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 76 | 145 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.43 |
| HSL | 208.95º | 0.97% | 0.29% | - |
| HSV(B) | 208.95º | 0.99% | 0.57% | - |
| XYZ | 7.72 | 7.23 | 27.78 | - |
| YUV | 61.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 145 | 0.99 | 0.48 | 0 | 0.43 | 208.95 | 0.97 | 0.29 |
| Hex | 2 | 4C | 91 | 63 | 30 | 0 | 2B | D1 | 61 | 1D |
| Octal | 2 | 114 | 221 | 143 | 60 | 0 | 53 | 321 | 141 | 35 |
| Binary | 10 | 1001100 | 10010001 | 1100011 | 110000 | 0 | 101011 | 11010001 | 1100001 | 11101 |
Color Harmonies of #024C91
Complementary color
Monochromatic Colors of #024C91
Black with #024C91
Text Example
Text Example
White with #024C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C91; }
p { color: rgb(2,76,145); }
H1.HeaderClassName
{
color: #024C91;
}
.AnyTagClassName
{
color: #024C91;
}
</style>
background-color css
<style>
a { background-color: #024C91; }
a { background-color: rgb(2,76,145); }
div.DivClassName
{
background-color: #024C91;
}
.BgClassName
{
background-color: #024C91;
}
</style>
border-color css
<style>
span { border-color: #024C91; }
span { border-color: rgb(2,76,145); }
td.TdClassName
{
border-color: #024C91;
}
.TagClassName
{
border-color: #024C91;
}
</style>