Shades of Dark Cerulean #024893
Tints of Dark Cerulean #024893
RGB
CMYK
RGB Variations
Color information
#024893 (or 0x024893) is known color: Dark Cerulean. HEX triplet: 02, 48 and 93. RGB value is (2,72,147). Sum of RGB (Red+Green+Blue) = 2+72+147=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #024893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024893 is #FDB76C. Grayscale: #3B3B3B. Windows color (decimal): -16627565 or 9652226. OLE color: 9652226.
HSL color Cylindrical-coordinate representation of color #024893: hue angle of 211.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024893 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 72 | 147 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.42 |
| HSL | 211.03º | 0.97% | 0.29% | - |
| HSV(B) | 211.03º | 0.99% | 0.58% | - |
| XYZ | 7.61 | 6.75 | 28.51 | - |
| YUV | 59.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 147 | 0.99 | 0.51 | 0 | 0.42 | 211.03 | 0.97 | 0.29 |
| Hex | 2 | 48 | 93 | 63 | 33 | 0 | 2A | D3 | 61 | 1D |
| Octal | 2 | 110 | 223 | 143 | 63 | 0 | 52 | 323 | 141 | 35 |
| Binary | 10 | 1001000 | 10010011 | 1100011 | 110011 | 0 | 101010 | 11010011 | 1100001 | 11101 |
Color Harmonies of #024893
Complementary color
Monochromatic Colors of #024893
Black with #024893
Text Example
Text Example
White with #024893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024893; }
p { color: rgb(2,72,147); }
H1.HeaderClassName
{
color: #024893;
}
.AnyTagClassName
{
color: #024893;
}
</style>
background-color css
<style>
a { background-color: #024893; }
a { background-color: rgb(2,72,147); }
div.DivClassName
{
background-color: #024893;
}
.BgClassName
{
background-color: #024893;
}
</style>
border-color css
<style>
span { border-color: #024893; }
span { border-color: rgb(2,72,147); }
td.TdClassName
{
border-color: #024893;
}
.TagClassName
{
border-color: #024893;
}
</style>