Shades of Dark Cerulean #024A87
Tints of Dark Cerulean #024A87
RGB
CMYK
RGB Variations
Color information
#024A87 (or 0x024A87) is known color: Dark Cerulean. HEX triplet: 02, 4A and 87. RGB value is (2,74,135). Sum of RGB (Red+Green+Blue) = 2+74+135=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #024A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A87 is #FDB578. Grayscale: #3B3B3B. Windows color (decimal): -16627065 or 8866306. OLE color: 8866306.
HSL color Cylindrical-coordinate representation of color #024A87: hue angle of 207.52º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A87 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 74 | 135 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.47 |
| HSL | 207.52º | 0.97% | 0.27% | - |
| HSV(B) | 207.52º | 0.99% | 0.53% | - |
| XYZ | 6.85 | 6.66 | 23.85 | - |
| YUV | 59.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 135 | 0.99 | 0.45 | 0 | 0.47 | 207.52 | 0.97 | 0.27 |
| Hex | 2 | 4A | 87 | 63 | 2D | 0 | 2F | D0 | 61 | 1B |
| Octal | 2 | 112 | 207 | 143 | 55 | 0 | 57 | 320 | 141 | 33 |
| Binary | 10 | 1001010 | 10000111 | 1100011 | 101101 | 0 | 101111 | 11010000 | 1100001 | 11011 |
Color Harmonies of #024A87
Complementary color
Monochromatic Colors of #024A87
Black with #024A87
Text Example
Text Example
White with #024A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A87; }
p { color: rgb(2,74,135); }
H1.HeaderClassName
{
color: #024A87;
}
.AnyTagClassName
{
color: #024A87;
}
</style>
background-color css
<style>
a { background-color: #024A87; }
a { background-color: rgb(2,74,135); }
div.DivClassName
{
background-color: #024A87;
}
.BgClassName
{
background-color: #024A87;
}
</style>
border-color css
<style>
span { border-color: #024A87; }
span { border-color: rgb(2,74,135); }
td.TdClassName
{
border-color: #024A87;
}
.TagClassName
{
border-color: #024A87;
}
</style>