Shades of Dark Cerulean #024F7D
Tints of Dark Cerulean #024F7D
RGB
CMYK
RGB Variations
Color information
#024F7D (or 0x024F7D) is known color: Dark Cerulean. HEX triplet: 02, 4F and 7D. RGB value is (2,79,125). Sum of RGB (Red+Green+Blue) = 2+79+125=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #024F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F7D is #FDB082. Grayscale: #3C3C3C. Windows color (decimal): -16625795 or 8212226. OLE color: 8212226.
HSL color Cylindrical-coordinate representation of color #024F7D: hue angle of 202.44º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024F7D is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 79 | 125 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.51 |
| HSL | 202.44º | 0.97% | 0.25% | - |
| HSV(B) | 202.44º | 0.98% | 0.49% | - |
| XYZ | 6.52 | 7.09 | 20.43 | - |
| YUV | 61.22 | 163.99 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 125 | 0.98 | 0.37 | 0 | 0.51 | 202.44 | 0.97 | 0.25 |
| Hex | 2 | 4F | 7D | 62 | 25 | 0 | 33 | CA | 61 | 19 |
| Octal | 2 | 117 | 175 | 142 | 45 | 0 | 63 | 312 | 141 | 31 |
| Binary | 10 | 1001111 | 1111101 | 1100010 | 100101 | 0 | 110011 | 11001010 | 1100001 | 11001 |
Color Harmonies of #024F7D
Complementary color
Monochromatic Colors of #024F7D
Black with #024F7D
Text Example
Text Example
White with #024F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F7D; }
p { color: rgb(2,79,125); }
H1.HeaderClassName
{
color: #024F7D;
}
.AnyTagClassName
{
color: #024F7D;
}
</style>
background-color css
<style>
a { background-color: #024F7D; }
a { background-color: rgb(2,79,125); }
div.DivClassName
{
background-color: #024F7D;
}
.BgClassName
{
background-color: #024F7D;
}
</style>
border-color css
<style>
span { border-color: #024F7D; }
span { border-color: rgb(2,79,125); }
td.TdClassName
{
border-color: #024F7D;
}
.TagClassName
{
border-color: #024F7D;
}
</style>