Shades of Dark Cerulean #024D82
Tints of Dark Cerulean #024D82
RGB
CMYK
RGB Variations
Color information
#024D82 (or 0x024D82) is known color: Dark Cerulean. HEX triplet: 02, 4D and 82. RGB value is (2,77,130). Sum of RGB (Red+Green+Blue) = 2+77+130=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #024D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D82 is #FDB27D. Grayscale: #3C3C3C. Windows color (decimal): -16626302 or 8539394. OLE color: 8539394.
HSL color Cylindrical-coordinate representation of color #024D82: hue angle of 204.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D82 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 77 | 130 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.49 |
| HSL | 204.84º | 0.97% | 0.26% | - |
| HSV(B) | 204.84º | 0.98% | 0.51% | - |
| XYZ | 6.71 | 6.93 | 22.1 | - |
| YUV | 60.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 130 | 0.98 | 0.41 | 0 | 0.49 | 204.84 | 0.97 | 0.26 |
| Hex | 2 | 4D | 82 | 62 | 29 | 0 | 31 | CD | 61 | 1A |
| Octal | 2 | 115 | 202 | 142 | 51 | 0 | 61 | 315 | 141 | 32 |
| Binary | 10 | 1001101 | 10000010 | 1100010 | 101001 | 0 | 110001 | 11001101 | 1100001 | 11010 |
Color Harmonies of #024D82
Complementary color
Monochromatic Colors of #024D82
Black with #024D82
Text Example
Text Example
White with #024D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D82; }
p { color: rgb(2,77,130); }
H1.HeaderClassName
{
color: #024D82;
}
.AnyTagClassName
{
color: #024D82;
}
</style>
background-color css
<style>
a { background-color: #024D82; }
a { background-color: rgb(2,77,130); }
div.DivClassName
{
background-color: #024D82;
}
.BgClassName
{
background-color: #024D82;
}
</style>
border-color css
<style>
span { border-color: #024D82; }
span { border-color: rgb(2,77,130); }
td.TdClassName
{
border-color: #024D82;
}
.TagClassName
{
border-color: #024D82;
}
</style>