Shades of Dark Cerulean #0D3D87
Tints of Dark Cerulean #0D3D87
RGB
CMYK
RGB Variations
Color information
#0D3D87 (or 0x0D3D87) is known color: Dark Cerulean. HEX triplet: 0D, 3D and 87. RGB value is (13,61,135). Sum of RGB (Red+Green+Blue) = 13+61+135=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3D87 is #F2C278. Grayscale: #363636. Windows color (decimal): -15909497 or 8862989. OLE color: 8862989.
HSL color Cylindrical-coordinate representation of color #0D3D87: hue angle of 216.39º 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 #0D3D87 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 61 | 135 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.47 |
| HSL | 216.39º | 0.82% | 0.29% | - |
| HSV(B) | 216.39º | 0.9% | 0.53% | - |
| XYZ | 6.21 | 5.17 | 23.59 | - |
| YUV | 55.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 135 | 0.90 | 0.55 | 0 | 0.47 | 216.39 | 0.82 | 0.29 |
| Hex | D | 3D | 87 | 5A | 37 | 0 | 2F | D8 | 52 | 1D |
| Octal | 15 | 75 | 207 | 132 | 67 | 0 | 57 | 330 | 122 | 35 |
| Binary | 1101 | 111101 | 10000111 | 1011010 | 110111 | 0 | 101111 | 11011000 | 1010010 | 11101 |
Color Harmonies of #0D3D87
Complementary color
Monochromatic Colors of #0D3D87
Black with #0D3D87
Text Example
Text Example
White with #0D3D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3D87; }
p { color: rgb(13,61,135); }
H1.HeaderClassName
{
color: #0D3D87;
}
.AnyTagClassName
{
color: #0D3D87;
}
</style>
background-color css
<style>
a { background-color: #0D3D87; }
a { background-color: rgb(13,61,135); }
div.DivClassName
{
background-color: #0D3D87;
}
.BgClassName
{
background-color: #0D3D87;
}
</style>
border-color css
<style>
span { border-color: #0D3D87; }
span { border-color: rgb(13,61,135); }
td.TdClassName
{
border-color: #0D3D87;
}
.TagClassName
{
border-color: #0D3D87;
}
</style>