Shades of Cobalt #0D4697
Tints of Cobalt #0D4697
RGB
CMYK
RGB Variations
Color information
#0D4697 (or 0x0D4697) is known color: Cobalt. HEX triplet: 0D, 46 and 97. RGB value is (13,70,151). Sum of RGB (Red+Green+Blue) = 13+70+151=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D4697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4697 is #F2B968. Grayscale: #3D3D3D. Windows color (decimal): -15907177 or 9913869. OLE color: 9913869.
HSL color Cylindrical-coordinate representation of color #0D4697: hue angle of 215.22º 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 #0D4697 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 70 | 151 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.41 |
| HSL | 215.22º | 0.84% | 0.32% | - |
| HSV(B) | 215.22º | 0.91% | 0.59% | - |
| XYZ | 7.94 | 6.7 | 30.15 | - |
| YUV | 62.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 151 | 0.91 | 0.54 | 0 | 0.41 | 215.22 | 0.84 | 0.32 |
| Hex | D | 46 | 97 | 5B | 36 | 0 | 29 | D7 | 54 | 20 |
| Octal | 15 | 106 | 227 | 133 | 66 | 0 | 51 | 327 | 124 | 40 |
| Binary | 1101 | 1000110 | 10010111 | 1011011 | 110110 | 0 | 101001 | 11010111 | 1010100 | 100000 |
Color Harmonies of #0D4697
Complementary color
Monochromatic Colors of #0D4697
Black with #0D4697
Text Example
Text Example
White with #0D4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4697; }
p { color: rgb(13,70,151); }
H1.HeaderClassName
{
color: #0D4697;
}
.AnyTagClassName
{
color: #0D4697;
}
</style>
background-color css
<style>
a { background-color: #0D4697; }
a { background-color: rgb(13,70,151); }
div.DivClassName
{
background-color: #0D4697;
}
.BgClassName
{
background-color: #0D4697;
}
</style>
border-color css
<style>
span { border-color: #0D4697; }
span { border-color: rgb(13,70,151); }
td.TdClassName
{
border-color: #0D4697;
}
.TagClassName
{
border-color: #0D4697;
}
</style>