Shades of Dark Cerulean #024C90
Tints of Dark Cerulean #024C90
RGB
CMYK
RGB Variations
Color information
#024C90 (or 0x024C90) is known color: Dark Cerulean. HEX triplet: 02, 4C and 90. RGB value is (2,76,144). Sum of RGB (Red+Green+Blue) = 2+76+144=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #024C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C90 is #FDB36F. Grayscale: #3D3D3D. Windows color (decimal): -16626544 or 9456642. OLE color: 9456642.
HSL color Cylindrical-coordinate representation of color #024C90: hue angle of 208.73º 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 #024C90 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 76 | 144 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.44 |
| HSL | 208.73º | 0.97% | 0.29% | - |
| HSV(B) | 208.73º | 0.99% | 0.56% | - |
| XYZ | 7.64 | 7.2 | 27.37 | - |
| YUV | 61.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 144 | 0.99 | 0.47 | 0 | 0.44 | 208.73 | 0.97 | 0.29 |
| Hex | 2 | 4C | 90 | 63 | 2F | 0 | 2C | D1 | 61 | 1D |
| Octal | 2 | 114 | 220 | 143 | 57 | 0 | 54 | 321 | 141 | 35 |
| Binary | 10 | 1001100 | 10010000 | 1100011 | 101111 | 0 | 101100 | 11010001 | 1100001 | 11101 |
Color Harmonies of #024C90
Complementary color
Monochromatic Colors of #024C90
Black with #024C90
Text Example
Text Example
White with #024C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C90; }
p { color: rgb(2,76,144); }
H1.HeaderClassName
{
color: #024C90;
}
.AnyTagClassName
{
color: #024C90;
}
</style>
background-color css
<style>
a { background-color: #024C90; }
a { background-color: rgb(2,76,144); }
div.DivClassName
{
background-color: #024C90;
}
.BgClassName
{
background-color: #024C90;
}
</style>
border-color css
<style>
span { border-color: #024C90; }
span { border-color: rgb(2,76,144); }
td.TdClassName
{
border-color: #024C90;
}
.TagClassName
{
border-color: #024C90;
}
</style>