Shades of Dark Cerulean #023D88
Tints of Dark Cerulean #023D88
RGB
CMYK
RGB Variations
Color information
#023D88 (or 0x023D88) is known color: Dark Cerulean. HEX triplet: 02, 3D and 88. RGB value is (2,61,136). Sum of RGB (Red+Green+Blue) = 2+61+136=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #023D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D88 is #FDC277. Grayscale: #333333. Windows color (decimal): -16630392 or 8928514. OLE color: 8928514.
HSL color Cylindrical-coordinate representation of color #023D88: hue angle of 213.58º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023D88 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 61 | 136 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.47 |
| HSL | 213.58º | 0.97% | 0.27% | - |
| HSV(B) | 213.58º | 0.99% | 0.53% | - |
| XYZ | 6.14 | 5.13 | 23.96 | - |
| YUV | 51.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 136 | 0.99 | 0.55 | 0 | 0.47 | 213.58 | 0.97 | 0.27 |
| Hex | 2 | 3D | 88 | 63 | 37 | 0 | 2F | D6 | 61 | 1B |
| Octal | 2 | 75 | 210 | 143 | 67 | 0 | 57 | 326 | 141 | 33 |
| Binary | 10 | 111101 | 10001000 | 1100011 | 110111 | 0 | 101111 | 11010110 | 1100001 | 11011 |
Color Harmonies of #023D88
Complementary color
Monochromatic Colors of #023D88
Black with #023D88
Text Example
Text Example
White with #023D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D88; }
p { color: rgb(2,61,136); }
H1.HeaderClassName
{
color: #023D88;
}
.AnyTagClassName
{
color: #023D88;
}
</style>
background-color css
<style>
a { background-color: #023D88; }
a { background-color: rgb(2,61,136); }
div.DivClassName
{
background-color: #023D88;
}
.BgClassName
{
background-color: #023D88;
}
</style>
border-color css
<style>
span { border-color: #023D88; }
span { border-color: rgb(2,61,136); }
td.TdClassName
{
border-color: #023D88;
}
.TagClassName
{
border-color: #023D88;
}
</style>