Shades of Cobalt #0D5097
Tints of Cobalt #0D5097
RGB
CMYK
RGB Variations
Color information
#0D5097 (or 0x0D5097) is known color: Cobalt. HEX triplet: 0D, 50 and 97. RGB value is (13,80,151). Sum of RGB (Red+Green+Blue) = 13+80+151=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D5097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5097 is #F2AF68. Grayscale: #434343. Windows color (decimal): -15904617 or 9916429. OLE color: 9916429.
HSL color Cylindrical-coordinate representation of color #0D5097: hue angle of 210.87º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5097 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 80 | 151 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.41 |
| HSL | 210.87º | 0.84% | 0.32% | - |
| HSV(B) | 210.87º | 0.91% | 0.59% | - |
| XYZ | 8.62 | 8.06 | 30.38 | - |
| YUV | 68.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 151 | 0.91 | 0.47 | 0 | 0.41 | 210.87 | 0.84 | 0.32 |
| Hex | D | 50 | 97 | 5B | 2F | 0 | 29 | D3 | 54 | 20 |
| Octal | 15 | 120 | 227 | 133 | 57 | 0 | 51 | 323 | 124 | 40 |
| Binary | 1101 | 1010000 | 10010111 | 1011011 | 101111 | 0 | 101001 | 11010011 | 1010100 | 100000 |
Color Harmonies of #0D5097
Complementary color
Monochromatic Colors of #0D5097
Black with #0D5097
Text Example
Text Example
White with #0D5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5097; }
p { color: rgb(13,80,151); }
H1.HeaderClassName
{
color: #0D5097;
}
.AnyTagClassName
{
color: #0D5097;
}
</style>
background-color css
<style>
a { background-color: #0D5097; }
a { background-color: rgb(13,80,151); }
div.DivClassName
{
background-color: #0D5097;
}
.BgClassName
{
background-color: #0D5097;
}
</style>
border-color css
<style>
span { border-color: #0D5097; }
span { border-color: rgb(13,80,151); }
td.TdClassName
{
border-color: #0D5097;
}
.TagClassName
{
border-color: #0D5097;
}
</style>