Shades of Cobalt #0D519A
Tints of Cobalt #0D519A
RGB
CMYK
RGB Variations
Color information
#0D519A (or 0x0D519A) is known color: Cobalt. HEX triplet: 0D, 51 and 9A. RGB value is (13,81,154). Sum of RGB (Red+Green+Blue) = 13+81+154=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D519A is #F2AE65. Grayscale: #444444. Windows color (decimal): -15904358 or 10113293. OLE color: 10113293.
HSL color Cylindrical-coordinate representation of color #0D519A: hue angle of 211.06º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D519A is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 81 | 154 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.40 |
| HSL | 211.06º | 0.84% | 0.33% | - |
| HSV(B) | 211.06º | 0.92% | 0.6% | - |
| XYZ | 8.94 | 8.3 | 31.7 | - |
| YUV | 68.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 154 | 0.92 | 0.47 | 0 | 0.40 | 211.06 | 0.84 | 0.33 |
| Hex | D | 51 | 9A | 5C | 2F | 0 | 28 | D3 | 54 | 21 |
| Octal | 15 | 121 | 232 | 134 | 57 | 0 | 50 | 323 | 124 | 41 |
| Binary | 1101 | 1010001 | 10011010 | 1011100 | 101111 | 0 | 101000 | 11010011 | 1010100 | 100001 |
Color Harmonies of #0D519A
Complementary color
Monochromatic Colors of #0D519A
Black with #0D519A
Text Example
Text Example
White with #0D519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D519A; }
p { color: rgb(13,81,154); }
H1.HeaderClassName
{
color: #0D519A;
}
.AnyTagClassName
{
color: #0D519A;
}
</style>
background-color css
<style>
a { background-color: #0D519A; }
a { background-color: rgb(13,81,154); }
div.DivClassName
{
background-color: #0D519A;
}
.BgClassName
{
background-color: #0D519A;
}
</style>
border-color css
<style>
span { border-color: #0D519A; }
span { border-color: rgb(13,81,154); }
td.TdClassName
{
border-color: #0D519A;
}
.TagClassName
{
border-color: #0D519A;
}
</style>