Shades of Dark Cerulean #024A89
Tints of Dark Cerulean #024A89
RGB
CMYK
RGB Variations
Color information
#024A89 (or 0x024A89) is known color: Dark Cerulean. HEX triplet: 02, 4A and 89. RGB value is (2,74,137). Sum of RGB (Red+Green+Blue) = 2+74+137=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #024A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A89 is #FDB576. Grayscale: #3B3B3B. Windows color (decimal): -16627063 or 8997378. OLE color: 8997378.
HSL color Cylindrical-coordinate representation of color #024A89: hue angle of 208º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A89 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 74 | 137 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.46 |
| HSL | 208º | 0.97% | 0.27% | - |
| HSV(B) | 208º | 0.99% | 0.54% | - |
| XYZ | 6.99 | 6.72 | 24.59 | - |
| YUV | 59.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 137 | 0.99 | 0.46 | 0 | 0.46 | 208 | 0.97 | 0.27 |
| Hex | 2 | 4A | 89 | 63 | 2E | 0 | 2E | D0 | 61 | 1B |
| Octal | 2 | 112 | 211 | 143 | 56 | 0 | 56 | 320 | 141 | 33 |
| Binary | 10 | 1001010 | 10001001 | 1100011 | 101110 | 0 | 101110 | 11010000 | 1100001 | 11011 |
Color Harmonies of #024A89
Complementary color
Monochromatic Colors of #024A89
Black with #024A89
Text Example
Text Example
White with #024A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A89; }
p { color: rgb(2,74,137); }
H1.HeaderClassName
{
color: #024A89;
}
.AnyTagClassName
{
color: #024A89;
}
</style>
background-color css
<style>
a { background-color: #024A89; }
a { background-color: rgb(2,74,137); }
div.DivClassName
{
background-color: #024A89;
}
.BgClassName
{
background-color: #024A89;
}
</style>
border-color css
<style>
span { border-color: #024A89; }
span { border-color: rgb(2,74,137); }
td.TdClassName
{
border-color: #024A89;
}
.TagClassName
{
border-color: #024A89;
}
</style>