Shades of Cobalt #0D539E
Tints of Cobalt #0D539E
RGB
CMYK
RGB Variations
Color information
#0D539E (or 0x0D539E) is known color: Cobalt. HEX triplet: 0D, 53 and 9E. RGB value is (13,83,158). Sum of RGB (Red+Green+Blue) = 13+83+158=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D539E is #F2AC61. Grayscale: #464646. Windows color (decimal): -15903842 or 10375949. OLE color: 10375949.
HSL color Cylindrical-coordinate representation of color #0D539E: hue angle of 211.03º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D539E is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 83 | 158 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.38 |
| HSL | 211.03º | 0.85% | 0.34% | - |
| HSV(B) | 211.03º | 0.92% | 0.62% | - |
| XYZ | 9.43 | 8.74 | 33.54 | - |
| YUV | 70.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 158 | 0.92 | 0.47 | 0 | 0.38 | 211.03 | 0.85 | 0.34 |
| Hex | D | 53 | 9E | 5C | 2F | 0 | 26 | D3 | 55 | 22 |
| Octal | 15 | 123 | 236 | 134 | 57 | 0 | 46 | 323 | 125 | 42 |
| Binary | 1101 | 1010011 | 10011110 | 1011100 | 101111 | 0 | 100110 | 11010011 | 1010101 | 100010 |
Color Harmonies of #0D539E
Complementary color
Monochromatic Colors of #0D539E
Black with #0D539E
Text Example
Text Example
White with #0D539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D539E; }
p { color: rgb(13,83,158); }
H1.HeaderClassName
{
color: #0D539E;
}
.AnyTagClassName
{
color: #0D539E;
}
</style>
background-color css
<style>
a { background-color: #0D539E; }
a { background-color: rgb(13,83,158); }
div.DivClassName
{
background-color: #0D539E;
}
.BgClassName
{
background-color: #0D539E;
}
</style>
border-color css
<style>
span { border-color: #0D539E; }
span { border-color: rgb(13,83,158); }
td.TdClassName
{
border-color: #0D539E;
}
.TagClassName
{
border-color: #0D539E;
}
</style>