Shades of Dark Cerulean #024D83
Tints of Dark Cerulean #024D83
RGB
CMYK
RGB Variations
Color information
#024D83 (or 0x024D83) is known color: Dark Cerulean. HEX triplet: 02, 4D and 83. RGB value is (2,77,131). Sum of RGB (Red+Green+Blue) = 2+77+131=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #024D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D83 is #FDB27C. Grayscale: #3C3C3C. Windows color (decimal): -16626301 or 8604930. OLE color: 8604930.
HSL color Cylindrical-coordinate representation of color #024D83: hue angle of 205.12º 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 #024D83 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 77 | 131 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.49 |
| HSL | 205.12º | 0.97% | 0.26% | - |
| HSV(B) | 205.12º | 0.98% | 0.51% | - |
| XYZ | 6.78 | 6.96 | 22.46 | - |
| YUV | 60.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 131 | 0.98 | 0.41 | 0 | 0.49 | 205.12 | 0.97 | 0.26 |
| Hex | 2 | 4D | 83 | 62 | 29 | 0 | 31 | CD | 61 | 1A |
| Octal | 2 | 115 | 203 | 142 | 51 | 0 | 61 | 315 | 141 | 32 |
| Binary | 10 | 1001101 | 10000011 | 1100010 | 101001 | 0 | 110001 | 11001101 | 1100001 | 11010 |
Color Harmonies of #024D83
Complementary color
Monochromatic Colors of #024D83
Black with #024D83
Text Example
Text Example
White with #024D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D83; }
p { color: rgb(2,77,131); }
H1.HeaderClassName
{
color: #024D83;
}
.AnyTagClassName
{
color: #024D83;
}
</style>
background-color css
<style>
a { background-color: #024D83; }
a { background-color: rgb(2,77,131); }
div.DivClassName
{
background-color: #024D83;
}
.BgClassName
{
background-color: #024D83;
}
</style>
border-color css
<style>
span { border-color: #024D83; }
span { border-color: rgb(2,77,131); }
td.TdClassName
{
border-color: #024D83;
}
.TagClassName
{
border-color: #024D83;
}
</style>