Shades of Cobalt #0D549E
Tints of Cobalt #0D549E
RGB
CMYK
RGB Variations
Color information
#0D549E (or 0x0D549E) is known color: Cobalt. HEX triplet: 0D, 54 and 9E. RGB value is (13,84,158). Sum of RGB (Red+Green+Blue) = 13+84+158=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D549E is #F2AB61. Grayscale: #464646. Windows color (decimal): -15903586 or 10376205. OLE color: 10376205.
HSL color Cylindrical-coordinate representation of color #0D549E: hue angle of 210.62º 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 #0D549E is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 84 | 158 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.38 |
| HSL | 210.62º | 0.85% | 0.34% | - |
| HSV(B) | 210.62º | 0.92% | 0.62% | - |
| XYZ | 9.51 | 8.89 | 33.56 | - |
| YUV | 71.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 158 | 0.92 | 0.47 | 0 | 0.38 | 210.62 | 0.85 | 0.34 |
| Hex | D | 54 | 9E | 5C | 2F | 0 | 26 | D3 | 55 | 22 |
| Octal | 15 | 124 | 236 | 134 | 57 | 0 | 46 | 323 | 125 | 42 |
| Binary | 1101 | 1010100 | 10011110 | 1011100 | 101111 | 0 | 100110 | 11010011 | 1010101 | 100010 |
Color Harmonies of #0D549E
Complementary color
Monochromatic Colors of #0D549E
Black with #0D549E
Text Example
Text Example
White with #0D549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D549E; }
p { color: rgb(13,84,158); }
H1.HeaderClassName
{
color: #0D549E;
}
.AnyTagClassName
{
color: #0D549E;
}
</style>
background-color css
<style>
a { background-color: #0D549E; }
a { background-color: rgb(13,84,158); }
div.DivClassName
{
background-color: #0D549E;
}
.BgClassName
{
background-color: #0D549E;
}
</style>
border-color css
<style>
span { border-color: #0D549E; }
span { border-color: rgb(13,84,158); }
td.TdClassName
{
border-color: #0D549E;
}
.TagClassName
{
border-color: #0D549E;
}
</style>