Shades of Dark Cerulean #0D3E88
Tints of Dark Cerulean #0D3E88
RGB
CMYK
RGB Variations
Color information
#0D3E88 (or 0x0D3E88) is known color: Dark Cerulean. HEX triplet: 0D, 3E and 88. RGB value is (13,62,136). Sum of RGB (Red+Green+Blue) = 13+62+136=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D3E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3E88 is #F2C177. Grayscale: #373737. Windows color (decimal): -15909240 or 8928781. OLE color: 8928781.
HSL color Cylindrical-coordinate representation of color #0D3E88: hue angle of 216.1º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3E88 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 62 | 136 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.47 |
| HSL | 216.1º | 0.83% | 0.29% | - |
| HSV(B) | 216.1º | 0.9% | 0.53% | - |
| XYZ | 6.33 | 5.31 | 23.98 | - |
| YUV | 55.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 136 | 0.90 | 0.54 | 0 | 0.47 | 216.1 | 0.83 | 0.29 |
| Hex | D | 3E | 88 | 5A | 36 | 0 | 2F | D8 | 53 | 1D |
| Octal | 15 | 76 | 210 | 132 | 66 | 0 | 57 | 330 | 123 | 35 |
| Binary | 1101 | 111110 | 10001000 | 1011010 | 110110 | 0 | 101111 | 11011000 | 1010011 | 11101 |
Color Harmonies of #0D3E88
Complementary color
Monochromatic Colors of #0D3E88
Black with #0D3E88
Text Example
Text Example
White with #0D3E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E88; }
p { color: rgb(13,62,136); }
H1.HeaderClassName
{
color: #0D3E88;
}
.AnyTagClassName
{
color: #0D3E88;
}
</style>
background-color css
<style>
a { background-color: #0D3E88; }
a { background-color: rgb(13,62,136); }
div.DivClassName
{
background-color: #0D3E88;
}
.BgClassName
{
background-color: #0D3E88;
}
</style>
border-color css
<style>
span { border-color: #0D3E88; }
span { border-color: rgb(13,62,136); }
td.TdClassName
{
border-color: #0D3E88;
}
.TagClassName
{
border-color: #0D3E88;
}
</style>