Shades of Dark Cerulean #024E6E
Tints of Dark Cerulean #024E6E
RGB
CMYK
RGB Variations
Color information
#024E6E (or 0x024E6E) is known color: Dark Cerulean. HEX triplet: 02, 4E and 6E. RGB value is (2,78,110). Sum of RGB (Red+Green+Blue) = 2+78+110=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #024E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E6E is #FDB191. Grayscale: #3A3A3A. Windows color (decimal): -16626066 or 7228930. OLE color: 7228930.
HSL color Cylindrical-coordinate representation of color #024E6E: hue angle of 197.78º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E6E is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 78 | 110 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.57 |
| HSL | 197.78º | 0.96% | 0.22% | - |
| HSV(B) | 197.78º | 0.98% | 0.43% | - |
| XYZ | 5.56 | 6.59 | 15.73 | - |
| YUV | 58.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 110 | 0.98 | 0.29 | 0 | 0.57 | 197.78 | 0.96 | 0.22 |
| Hex | 2 | 4E | 6E | 62 | 1D | 0 | 39 | C6 | 60 | 16 |
| Octal | 2 | 116 | 156 | 142 | 35 | 0 | 71 | 306 | 140 | 26 |
| Binary | 10 | 1001110 | 1101110 | 1100010 | 11101 | 0 | 111001 | 11000110 | 1100000 | 10110 |
Color Harmonies of #024E6E
Complementary color
Monochromatic Colors of #024E6E
Black with #024E6E
Text Example
Text Example
White with #024E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E6E; }
p { color: rgb(2,78,110); }
H1.HeaderClassName
{
color: #024E6E;
}
.AnyTagClassName
{
color: #024E6E;
}
</style>
background-color css
<style>
a { background-color: #024E6E; }
a { background-color: rgb(2,78,110); }
div.DivClassName
{
background-color: #024E6E;
}
.BgClassName
{
background-color: #024E6E;
}
</style>
border-color css
<style>
span { border-color: #024E6E; }
span { border-color: rgb(2,78,110); }
td.TdClassName
{
border-color: #024E6E;
}
.TagClassName
{
border-color: #024E6E;
}
</style>