Shades of Dark Cerulean #023E80
Tints of Dark Cerulean #023E80
RGB
CMYK
RGB Variations
Color information
#023E80 (or 0x023E80) is known color: Dark Cerulean. HEX triplet: 02, 3E and 80. RGB value is (2,62,128). Sum of RGB (Red+Green+Blue) = 2+62+128=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #023E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E80 is #FDC17F. Grayscale: #333333. Windows color (decimal): -16630144 or 8404482. OLE color: 8404482.
HSL color Cylindrical-coordinate representation of color #023E80: hue angle of 211.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023E80 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 62 | 128 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.50 |
| HSL | 211.43º | 0.97% | 0.25% | - |
| HSV(B) | 211.43º | 0.98% | 0.5% | - |
| XYZ | 5.64 | 5.02 | 21.09 | - |
| YUV | 51.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 128 | 0.98 | 0.52 | 0 | 0.50 | 211.43 | 0.97 | 0.25 |
| Hex | 2 | 3E | 80 | 62 | 34 | 0 | 32 | D3 | 61 | 19 |
| Octal | 2 | 76 | 200 | 142 | 64 | 0 | 62 | 323 | 141 | 31 |
| Binary | 10 | 111110 | 10000000 | 1100010 | 110100 | 0 | 110010 | 11010011 | 1100001 | 11001 |
Color Harmonies of #023E80
Complementary color
Monochromatic Colors of #023E80
Black with #023E80
Text Example
Text Example
White with #023E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E80; }
p { color: rgb(2,62,128); }
H1.HeaderClassName
{
color: #023E80;
}
.AnyTagClassName
{
color: #023E80;
}
</style>
background-color css
<style>
a { background-color: #023E80; }
a { background-color: rgb(2,62,128); }
div.DivClassName
{
background-color: #023E80;
}
.BgClassName
{
background-color: #023E80;
}
</style>
border-color css
<style>
span { border-color: #023E80; }
span { border-color: rgb(2,62,128); }
td.TdClassName
{
border-color: #023E80;
}
.TagClassName
{
border-color: #023E80;
}
</style>