Shades of Dark Cerulean #024D94
Tints of Dark Cerulean #024D94
RGB
CMYK
RGB Variations
Color information
#024D94 (or 0x024D94) is known color: Dark Cerulean. HEX triplet: 02, 4D and 94. RGB value is (2,77,148). Sum of RGB (Red+Green+Blue) = 2+77+148=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #024D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D94 is #FDB26B. Grayscale: #3E3E3E. Windows color (decimal): -16626284 or 9719042. OLE color: 9719042.
HSL color Cylindrical-coordinate representation of color #024D94: hue angle of 209.18º 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 #024D94 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 77 | 148 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.42 |
| HSL | 209.18º | 0.97% | 0.29% | - |
| HSV(B) | 209.18º | 0.99% | 0.58% | - |
| XYZ | 8.02 | 7.46 | 29.03 | - |
| YUV | 62.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 148 | 0.99 | 0.48 | 0 | 0.42 | 209.18 | 0.97 | 0.29 |
| Hex | 2 | 4D | 94 | 63 | 30 | 0 | 2A | D1 | 61 | 1D |
| Octal | 2 | 115 | 224 | 143 | 60 | 0 | 52 | 321 | 141 | 35 |
| Binary | 10 | 1001101 | 10010100 | 1100011 | 110000 | 0 | 101010 | 11010001 | 1100001 | 11101 |
Color Harmonies of #024D94
Complementary color
Monochromatic Colors of #024D94
Black with #024D94
Text Example
Text Example
White with #024D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D94; }
p { color: rgb(2,77,148); }
H1.HeaderClassName
{
color: #024D94;
}
.AnyTagClassName
{
color: #024D94;
}
</style>
background-color css
<style>
a { background-color: #024D94; }
a { background-color: rgb(2,77,148); }
div.DivClassName
{
background-color: #024D94;
}
.BgClassName
{
background-color: #024D94;
}
</style>
border-color css
<style>
span { border-color: #024D94; }
span { border-color: rgb(2,77,148); }
td.TdClassName
{
border-color: #024D94;
}
.TagClassName
{
border-color: #024D94;
}
</style>