Shades of Dark Cerulean #024A91
Tints of Dark Cerulean #024A91
RGB
CMYK
RGB Variations
Color information
#024A91 (or 0x024A91) is known color: Dark Cerulean. HEX triplet: 02, 4A and 91. RGB value is (2,74,145). Sum of RGB (Red+Green+Blue) = 2+74+145=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #024A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A91 is #FDB56E. Grayscale: #3C3C3C. Windows color (decimal): -16627055 or 9521666. OLE color: 9521666.
HSL color Cylindrical-coordinate representation of color #024A91: hue angle of 209.79º 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 #024A91 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 74 | 145 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.43 |
| HSL | 209.79º | 0.97% | 0.29% | - |
| HSV(B) | 209.79º | 0.99% | 0.57% | - |
| XYZ | 7.58 | 6.95 | 27.73 | - |
| YUV | 60.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 145 | 0.99 | 0.49 | 0 | 0.43 | 209.79 | 0.97 | 0.29 |
| Hex | 2 | 4A | 91 | 63 | 31 | 0 | 2B | D2 | 61 | 1D |
| Octal | 2 | 112 | 221 | 143 | 61 | 0 | 53 | 322 | 141 | 35 |
| Binary | 10 | 1001010 | 10010001 | 1100011 | 110001 | 0 | 101011 | 11010010 | 1100001 | 11101 |
Color Harmonies of #024A91
Complementary color
Monochromatic Colors of #024A91
Black with #024A91
Text Example
Text Example
White with #024A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A91; }
p { color: rgb(2,74,145); }
H1.HeaderClassName
{
color: #024A91;
}
.AnyTagClassName
{
color: #024A91;
}
</style>
background-color css
<style>
a { background-color: #024A91; }
a { background-color: rgb(2,74,145); }
div.DivClassName
{
background-color: #024A91;
}
.BgClassName
{
background-color: #024A91;
}
</style>
border-color css
<style>
span { border-color: #024A91; }
span { border-color: rgb(2,74,145); }
td.TdClassName
{
border-color: #024A91;
}
.TagClassName
{
border-color: #024A91;
}
</style>