Shades of Dark Cerulean #024B73
Tints of Dark Cerulean #024B73
RGB
CMYK
RGB Variations
Color information
#024B73 (or 0x024B73) is known color: Dark Cerulean. HEX triplet: 02, 4B and 73. RGB value is (2,75,115). Sum of RGB (Red+Green+Blue) = 2+75+115=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #024B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B73 is #FDB48C. Grayscale: #393939. Windows color (decimal): -16626829 or 7555842. OLE color: 7555842.
HSL color Cylindrical-coordinate representation of color #024B73: hue angle of 201.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B73 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 75 | 115 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.55 |
| HSL | 201.24º | 0.97% | 0.23% | - |
| HSV(B) | 201.24º | 0.98% | 0.45% | - |
| XYZ | 5.64 | 6.28 | 17.14 | - |
| YUV | 57.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 115 | 0.98 | 0.35 | 0 | 0.55 | 201.24 | 0.97 | 0.23 |
| Hex | 2 | 4B | 73 | 62 | 23 | 0 | 37 | C9 | 61 | 17 |
| Octal | 2 | 113 | 163 | 142 | 43 | 0 | 67 | 311 | 141 | 27 |
| Binary | 10 | 1001011 | 1110011 | 1100010 | 100011 | 0 | 110111 | 11001001 | 1100001 | 10111 |
Color Harmonies of #024B73
Complementary color
Monochromatic Colors of #024B73
Black with #024B73
Text Example
Text Example
White with #024B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B73; }
p { color: rgb(2,75,115); }
H1.HeaderClassName
{
color: #024B73;
}
.AnyTagClassName
{
color: #024B73;
}
</style>
background-color css
<style>
a { background-color: #024B73; }
a { background-color: rgb(2,75,115); }
div.DivClassName
{
background-color: #024B73;
}
.BgClassName
{
background-color: #024B73;
}
</style>
border-color css
<style>
span { border-color: #024B73; }
span { border-color: rgb(2,75,115); }
td.TdClassName
{
border-color: #024B73;
}
.TagClassName
{
border-color: #024B73;
}
</style>