Shades of Dark Cerulean #024E93
Tints of Dark Cerulean #024E93
RGB
CMYK
RGB Variations
Color information
#024E93 (or 0x024E93) is known color: Dark Cerulean. HEX triplet: 02, 4E and 93. RGB value is (2,78,147). Sum of RGB (Red+Green+Blue) = 2+78+147=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #024E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E93 is #FDB16C. Grayscale: #3E3E3E. Windows color (decimal): -16626029 or 9653762. OLE color: 9653762.
HSL color Cylindrical-coordinate representation of color #024E93: hue angle of 208.55º 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 #024E93 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 78 | 147 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.42 |
| HSL | 208.55º | 0.97% | 0.29% | - |
| HSV(B) | 208.55º | 0.99% | 0.58% | - |
| XYZ | 8.02 | 7.57 | 28.64 | - |
| YUV | 63.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 147 | 0.99 | 0.47 | 0 | 0.42 | 208.55 | 0.97 | 0.29 |
| Hex | 2 | 4E | 93 | 63 | 2F | 0 | 2A | D1 | 61 | 1D |
| Octal | 2 | 116 | 223 | 143 | 57 | 0 | 52 | 321 | 141 | 35 |
| Binary | 10 | 1001110 | 10010011 | 1100011 | 101111 | 0 | 101010 | 11010001 | 1100001 | 11101 |
Color Harmonies of #024E93
Complementary color
Monochromatic Colors of #024E93
Black with #024E93
Text Example
Text Example
White with #024E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E93; }
p { color: rgb(2,78,147); }
H1.HeaderClassName
{
color: #024E93;
}
.AnyTagClassName
{
color: #024E93;
}
</style>
background-color css
<style>
a { background-color: #024E93; }
a { background-color: rgb(2,78,147); }
div.DivClassName
{
background-color: #024E93;
}
.BgClassName
{
background-color: #024E93;
}
</style>
border-color css
<style>
span { border-color: #024E93; }
span { border-color: rgb(2,78,147); }
td.TdClassName
{
border-color: #024E93;
}
.TagClassName
{
border-color: #024E93;
}
</style>