Shades of Dark Cerulean #024E7B
Tints of Dark Cerulean #024E7B
RGB
CMYK
RGB Variations
Color information
#024E7B (or 0x024E7B) is known color: Dark Cerulean. HEX triplet: 02, 4E and 7B. RGB value is (2,78,123). Sum of RGB (Red+Green+Blue) = 2+78+123=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #024E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E7B is #FDB184. Grayscale: #3C3C3C. Windows color (decimal): -16626053 or 8080898. OLE color: 8080898.
HSL color Cylindrical-coordinate representation of color #024E7B: hue angle of 202.31º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E7B is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 78 | 123 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.52 |
| HSL | 202.31º | 0.97% | 0.25% | - |
| HSV(B) | 202.31º | 0.98% | 0.48% | - |
| XYZ | 6.32 | 6.89 | 19.74 | - |
| YUV | 60.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 123 | 0.98 | 0.37 | 0 | 0.52 | 202.31 | 0.97 | 0.25 |
| Hex | 2 | 4E | 7B | 62 | 25 | 0 | 34 | CA | 61 | 19 |
| Octal | 2 | 116 | 173 | 142 | 45 | 0 | 64 | 312 | 141 | 31 |
| Binary | 10 | 1001110 | 1111011 | 1100010 | 100101 | 0 | 110100 | 11001010 | 1100001 | 11001 |
Color Harmonies of #024E7B
Complementary color
Monochromatic Colors of #024E7B
Black with #024E7B
Text Example
Text Example
White with #024E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E7B; }
p { color: rgb(2,78,123); }
H1.HeaderClassName
{
color: #024E7B;
}
.AnyTagClassName
{
color: #024E7B;
}
</style>
background-color css
<style>
a { background-color: #024E7B; }
a { background-color: rgb(2,78,123); }
div.DivClassName
{
background-color: #024E7B;
}
.BgClassName
{
background-color: #024E7B;
}
</style>
border-color css
<style>
span { border-color: #024E7B; }
span { border-color: rgb(2,78,123); }
td.TdClassName
{
border-color: #024E7B;
}
.TagClassName
{
border-color: #024E7B;
}
</style>