Shades of Dark Cerulean #024A90
Tints of Dark Cerulean #024A90
RGB
CMYK
RGB Variations
Color information
#024A90 (or 0x024A90) is known color: Dark Cerulean. HEX triplet: 02, 4A and 90. RGB value is (2,74,144). Sum of RGB (Red+Green+Blue) = 2+74+144=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #024A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A90 is #FDB56F. Grayscale: #3C3C3C. Windows color (decimal): -16627056 or 9456130. OLE color: 9456130.
HSL color Cylindrical-coordinate representation of color #024A90: hue angle of 209.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A90 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 74 | 144 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.44 |
| HSL | 209.58º | 0.97% | 0.29% | - |
| HSV(B) | 209.58º | 0.99% | 0.56% | - |
| XYZ | 7.51 | 6.92 | 27.33 | - |
| YUV | 60.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 144 | 0.99 | 0.49 | 0 | 0.44 | 209.58 | 0.97 | 0.29 |
| Hex | 2 | 4A | 90 | 63 | 31 | 0 | 2C | D2 | 61 | 1D |
| Octal | 2 | 112 | 220 | 143 | 61 | 0 | 54 | 322 | 141 | 35 |
| Binary | 10 | 1001010 | 10010000 | 1100011 | 110001 | 0 | 101100 | 11010010 | 1100001 | 11101 |
Color Harmonies of #024A90
Complementary color
Monochromatic Colors of #024A90
Black with #024A90
Text Example
Text Example
White with #024A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A90; }
p { color: rgb(2,74,144); }
H1.HeaderClassName
{
color: #024A90;
}
.AnyTagClassName
{
color: #024A90;
}
</style>
background-color css
<style>
a { background-color: #024A90; }
a { background-color: rgb(2,74,144); }
div.DivClassName
{
background-color: #024A90;
}
.BgClassName
{
background-color: #024A90;
}
</style>
border-color css
<style>
span { border-color: #024A90; }
span { border-color: rgb(2,74,144); }
td.TdClassName
{
border-color: #024A90;
}
.TagClassName
{
border-color: #024A90;
}
</style>