Shades of Dark Cerulean #024E85
Tints of Dark Cerulean #024E85
RGB
CMYK
RGB Variations
Color information
#024E85 (or 0x024E85) is known color: Dark Cerulean. HEX triplet: 02, 4E and 85. RGB value is (2,78,133). Sum of RGB (Red+Green+Blue) = 2+78+133=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #024E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E85 is #FDB17A. Grayscale: #3D3D3D. Windows color (decimal): -16626043 or 8736258. OLE color: 8736258.
HSL color Cylindrical-coordinate representation of color #024E85: hue angle of 205.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E85 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 78 | 133 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.48 |
| HSL | 205.19º | 0.97% | 0.26% | - |
| HSV(B) | 205.19º | 0.98% | 0.52% | - |
| XYZ | 6.98 | 7.16 | 23.2 | - |
| YUV | 61.55 | 168.32 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 133 | 0.98 | 0.41 | 0 | 0.48 | 205.19 | 0.97 | 0.26 |
| Hex | 2 | 4E | 85 | 62 | 29 | 0 | 30 | CD | 61 | 1A |
| Octal | 2 | 116 | 205 | 142 | 51 | 0 | 60 | 315 | 141 | 32 |
| Binary | 10 | 1001110 | 10000101 | 1100010 | 101001 | 0 | 110000 | 11001101 | 1100001 | 11010 |
Color Harmonies of #024E85
Complementary color
Monochromatic Colors of #024E85
Black with #024E85
Text Example
Text Example
White with #024E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E85; }
p { color: rgb(2,78,133); }
H1.HeaderClassName
{
color: #024E85;
}
.AnyTagClassName
{
color: #024E85;
}
</style>
background-color css
<style>
a { background-color: #024E85; }
a { background-color: rgb(2,78,133); }
div.DivClassName
{
background-color: #024E85;
}
.BgClassName
{
background-color: #024E85;
}
</style>
border-color css
<style>
span { border-color: #024E85; }
span { border-color: rgb(2,78,133); }
td.TdClassName
{
border-color: #024E85;
}
.TagClassName
{
border-color: #024E85;
}
</style>