Shades of Dark Cerulean #0D3A86
Tints of Dark Cerulean #0D3A86
RGB
CMYK
RGB Variations
Color information
#0D3A86 (or 0x0D3A86) is known color: Dark Cerulean. HEX triplet: 0D, 3A and 86. RGB value is (13,58,134). Sum of RGB (Red+Green+Blue) = 13+58+134=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D3A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3A86 is #F2C579. Grayscale: #343434. Windows color (decimal): -15910266 or 8796685. OLE color: 8796685.
HSL color Cylindrical-coordinate representation of color #0D3A86: hue angle of 217.69º degrees, saturation: 0.82, 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 #0D3A86 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 58 | 134 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.47 |
| HSL | 217.69º | 0.82% | 0.29% | - |
| HSV(B) | 217.69º | 0.9% | 0.53% | - |
| XYZ | 5.98 | 4.83 | 23.17 | - |
| YUV | 53.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 134 | 0.90 | 0.57 | 0 | 0.47 | 217.69 | 0.82 | 0.29 |
| Hex | D | 3A | 86 | 5A | 39 | 0 | 2F | DA | 52 | 1D |
| Octal | 15 | 72 | 206 | 132 | 71 | 0 | 57 | 332 | 122 | 35 |
| Binary | 1101 | 111010 | 10000110 | 1011010 | 111001 | 0 | 101111 | 11011010 | 1010010 | 11101 |
Color Harmonies of #0D3A86
Complementary color
Monochromatic Colors of #0D3A86
Black with #0D3A86
Text Example
Text Example
White with #0D3A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A86; }
p { color: rgb(13,58,134); }
H1.HeaderClassName
{
color: #0D3A86;
}
.AnyTagClassName
{
color: #0D3A86;
}
</style>
background-color css
<style>
a { background-color: #0D3A86; }
a { background-color: rgb(13,58,134); }
div.DivClassName
{
background-color: #0D3A86;
}
.BgClassName
{
background-color: #0D3A86;
}
</style>
border-color css
<style>
span { border-color: #0D3A86; }
span { border-color: rgb(13,58,134); }
td.TdClassName
{
border-color: #0D3A86;
}
.TagClassName
{
border-color: #0D3A86;
}
</style>