Shades of Dark Cerulean #023D80
Tints of Dark Cerulean #023D80
RGB
CMYK
RGB Variations
Color information
#023D80 (or 0x023D80) is known color: Dark Cerulean. HEX triplet: 02, 3D and 80. RGB value is (2,61,128). Sum of RGB (Red+Green+Blue) = 2+61+128=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #023D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D80 is #FDC27F. Grayscale: #323232. Windows color (decimal): -16630400 or 8404226. OLE color: 8404226.
HSL color Cylindrical-coordinate representation of color #023D80: hue angle of 211.9º 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 #023D80 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 61 | 128 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.50 |
| HSL | 211.9º | 0.97% | 0.25% | - |
| HSV(B) | 211.9º | 0.98% | 0.5% | - |
| XYZ | 5.59 | 4.91 | 21.07 | - |
| YUV | 51 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 128 | 0.98 | 0.52 | 0 | 0.50 | 211.9 | 0.97 | 0.25 |
| Hex | 2 | 3D | 80 | 62 | 34 | 0 | 32 | D4 | 61 | 19 |
| Octal | 2 | 75 | 200 | 142 | 64 | 0 | 62 | 324 | 141 | 31 |
| Binary | 10 | 111101 | 10000000 | 1100010 | 110100 | 0 | 110010 | 11010100 | 1100001 | 11001 |
Color Harmonies of #023D80
Complementary color
Monochromatic Colors of #023D80
Black with #023D80
Text Example
Text Example
White with #023D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D80; }
p { color: rgb(2,61,128); }
H1.HeaderClassName
{
color: #023D80;
}
.AnyTagClassName
{
color: #023D80;
}
</style>
background-color css
<style>
a { background-color: #023D80; }
a { background-color: rgb(2,61,128); }
div.DivClassName
{
background-color: #023D80;
}
.BgClassName
{
background-color: #023D80;
}
</style>
border-color css
<style>
span { border-color: #023D80; }
span { border-color: rgb(2,61,128); }
td.TdClassName
{
border-color: #023D80;
}
.TagClassName
{
border-color: #023D80;
}
</style>