Shades of Dark Cerulean #0D518E
Tints of Dark Cerulean #0D518E
RGB
CMYK
RGB Variations
Color information
#0D518E (or 0x0D518E) is known color: Dark Cerulean. HEX triplet: 0D, 51 and 8E. RGB value is (13,81,142). Sum of RGB (Red+Green+Blue) = 13+81+142=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D518E is #F2AE71. Grayscale: #434343. Windows color (decimal): -15904370 or 9326861. OLE color: 9326861.
HSL color Cylindrical-coordinate representation of color #0D518E: hue angle of 208.37º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D518E is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 81 | 142 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.44 |
| HSL | 208.37º | 0.83% | 0.3% | - |
| HSV(B) | 208.37º | 0.91% | 0.56% | - |
| XYZ | 7.99 | 7.92 | 26.7 | - |
| YUV | 67.62 | 169.97 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 142 | 0.91 | 0.43 | 0 | 0.44 | 208.37 | 0.83 | 0.3 |
| Hex | D | 51 | 8E | 5B | 2B | 0 | 2C | D0 | 53 | 1E |
| Octal | 15 | 121 | 216 | 133 | 53 | 0 | 54 | 320 | 123 | 36 |
| Binary | 1101 | 1010001 | 10001110 | 1011011 | 101011 | 0 | 101100 | 11010000 | 1010011 | 11110 |
Color Harmonies of #0D518E
Complementary color
Monochromatic Colors of #0D518E
Black with #0D518E
Text Example
Text Example
White with #0D518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D518E; }
p { color: rgb(13,81,142); }
H1.HeaderClassName
{
color: #0D518E;
}
.AnyTagClassName
{
color: #0D518E;
}
</style>
background-color css
<style>
a { background-color: #0D518E; }
a { background-color: rgb(13,81,142); }
div.DivClassName
{
background-color: #0D518E;
}
.BgClassName
{
background-color: #0D518E;
}
</style>
border-color css
<style>
span { border-color: #0D518E; }
span { border-color: rgb(13,81,142); }
td.TdClassName
{
border-color: #0D518E;
}
.TagClassName
{
border-color: #0D518E;
}
</style>