Shades of Cobalt #0D539F
Tints of Cobalt #0D539F
RGB
CMYK
RGB Variations
Color information
#0D539F (or 0x0D539F) is known color: Cobalt. HEX triplet: 0D, 53 and 9F. RGB value is (13,83,159). Sum of RGB (Red+Green+Blue) = 13+83+159=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D539F is #F2AC60. Grayscale: #464646. Windows color (decimal): -15903841 or 10441485. OLE color: 10441485.
HSL color Cylindrical-coordinate representation of color #0D539F: hue angle of 211.23º 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 #0D539F is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 83 | 159 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.38 |
| HSL | 211.23º | 0.85% | 0.34% | - |
| HSV(B) | 211.23º | 0.92% | 0.62% | - |
| XYZ | 9.52 | 8.78 | 33.99 | - |
| YUV | 70.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 159 | 0.92 | 0.48 | 0 | 0.38 | 211.23 | 0.85 | 0.34 |
| Hex | D | 53 | 9F | 5C | 30 | 0 | 26 | D3 | 55 | 22 |
| Octal | 15 | 123 | 237 | 134 | 60 | 0 | 46 | 323 | 125 | 42 |
| Binary | 1101 | 1010011 | 10011111 | 1011100 | 110000 | 0 | 100110 | 11010011 | 1010101 | 100010 |
Color Harmonies of #0D539F
Complementary color
Monochromatic Colors of #0D539F
Black with #0D539F
Text Example
Text Example
White with #0D539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D539F; }
p { color: rgb(13,83,159); }
H1.HeaderClassName
{
color: #0D539F;
}
.AnyTagClassName
{
color: #0D539F;
}
</style>
background-color css
<style>
a { background-color: #0D539F; }
a { background-color: rgb(13,83,159); }
div.DivClassName
{
background-color: #0D539F;
}
.BgClassName
{
background-color: #0D539F;
}
</style>
border-color css
<style>
span { border-color: #0D539F; }
span { border-color: rgb(13,83,159); }
td.TdClassName
{
border-color: #0D539F;
}
.TagClassName
{
border-color: #0D539F;
}
</style>