Shades of Dark Cerulean #024B7D
Tints of Dark Cerulean #024B7D
RGB
CMYK
RGB Variations
Color information
#024B7D (or 0x024B7D) is known color: Dark Cerulean. HEX triplet: 02, 4B and 7D. RGB value is (2,75,125). Sum of RGB (Red+Green+Blue) = 2+75+125=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #024B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B7D is #FDB482. Grayscale: #3A3A3A. Windows color (decimal): -16626819 or 8211202. OLE color: 8211202.
HSL color Cylindrical-coordinate representation of color #024B7D: hue angle of 204.39º 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 #024B7D is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 75 | 125 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.51 |
| HSL | 204.39º | 0.97% | 0.25% | - |
| HSV(B) | 204.39º | 0.98% | 0.49% | - |
| XYZ | 6.24 | 6.53 | 20.33 | - |
| YUV | 58.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 125 | 0.98 | 0.40 | 0 | 0.51 | 204.39 | 0.97 | 0.25 |
| Hex | 2 | 4B | 7D | 62 | 28 | 0 | 33 | CC | 61 | 19 |
| Octal | 2 | 113 | 175 | 142 | 50 | 0 | 63 | 314 | 141 | 31 |
| Binary | 10 | 1001011 | 1111101 | 1100010 | 101000 | 0 | 110011 | 11001100 | 1100001 | 11001 |
Color Harmonies of #024B7D
Complementary color
Monochromatic Colors of #024B7D
Black with #024B7D
Text Example
Text Example
White with #024B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B7D; }
p { color: rgb(2,75,125); }
H1.HeaderClassName
{
color: #024B7D;
}
.AnyTagClassName
{
color: #024B7D;
}
</style>
background-color css
<style>
a { background-color: #024B7D; }
a { background-color: rgb(2,75,125); }
div.DivClassName
{
background-color: #024B7D;
}
.BgClassName
{
background-color: #024B7D;
}
</style>
border-color css
<style>
span { border-color: #024B7D; }
span { border-color: rgb(2,75,125); }
td.TdClassName
{
border-color: #024B7D;
}
.TagClassName
{
border-color: #024B7D;
}
</style>