Shades of Dark Cerulean #024D93
Tints of Dark Cerulean #024D93
RGB
CMYK
RGB Variations
Color information
#024D93 (or 0x024D93) is known color: Dark Cerulean. HEX triplet: 02, 4D and 93. RGB value is (2,77,147). Sum of RGB (Red+Green+Blue) = 2+77+147=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #024D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D93 is #FDB26C. Grayscale: #3E3E3E. Windows color (decimal): -16626285 or 9653506. OLE color: 9653506.
HSL color Cylindrical-coordinate representation of color #024D93: hue angle of 208.97º 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 #024D93 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 77 | 147 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.42 |
| HSL | 208.97º | 0.97% | 0.29% | - |
| HSV(B) | 208.97º | 0.99% | 0.58% | - |
| XYZ | 7.95 | 7.43 | 28.62 | - |
| YUV | 62.56 | 175.65 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 147 | 0.99 | 0.48 | 0 | 0.42 | 208.97 | 0.97 | 0.29 |
| Hex | 2 | 4D | 93 | 63 | 30 | 0 | 2A | D1 | 61 | 1D |
| Octal | 2 | 115 | 223 | 143 | 60 | 0 | 52 | 321 | 141 | 35 |
| Binary | 10 | 1001101 | 10010011 | 1100011 | 110000 | 0 | 101010 | 11010001 | 1100001 | 11101 |
Color Harmonies of #024D93
Complementary color
Monochromatic Colors of #024D93
Black with #024D93
Text Example
Text Example
White with #024D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D93; }
p { color: rgb(2,77,147); }
H1.HeaderClassName
{
color: #024D93;
}
.AnyTagClassName
{
color: #024D93;
}
</style>
background-color css
<style>
a { background-color: #024D93; }
a { background-color: rgb(2,77,147); }
div.DivClassName
{
background-color: #024D93;
}
.BgClassName
{
background-color: #024D93;
}
</style>
border-color css
<style>
span { border-color: #024D93; }
span { border-color: rgb(2,77,147); }
td.TdClassName
{
border-color: #024D93;
}
.TagClassName
{
border-color: #024D93;
}
</style>