Shades of Cobalt #0D4799
Tints of Cobalt #0D4799
RGB
CMYK
RGB Variations
Color information
#0D4799 (or 0x0D4799) is known color: Cobalt. HEX triplet: 0D, 47 and 99. RGB value is (13,71,153). Sum of RGB (Red+Green+Blue) = 13+71+153=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D4799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4799 is #F2B866. Grayscale: #3E3E3E. Windows color (decimal): -15906919 or 10045197. OLE color: 10045197.
HSL color Cylindrical-coordinate representation of color #0D4799: hue angle of 215.14º 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 #0D4799 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 71 | 153 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.4 |
| HSL | 215.14º | 0.84% | 0.33% | - |
| HSV(B) | 215.14º | 0.92% | 0.6% | - |
| XYZ | 8.17 | 6.89 | 31.04 | - |
| YUV | 63.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 153 | 0.92 | 0.54 | 0 | 0.4 | 215.14 | 0.84 | 0.33 |
| Hex | D | 47 | 99 | 5C | 36 | 0 | 28 | D7 | 54 | 21 |
| Octal | 15 | 107 | 231 | 134 | 66 | 0 | 50 | 327 | 124 | 41 |
| Binary | 1101 | 1000111 | 10011001 | 1011100 | 110110 | 0 | 101000 | 11010111 | 1010100 | 100001 |
Color Harmonies of #0D4799
Complementary color
Monochromatic Colors of #0D4799
Black with #0D4799
Text Example
Text Example
White with #0D4799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4799; }
p { color: rgb(13,71,153); }
H1.HeaderClassName
{
color: #0D4799;
}
.AnyTagClassName
{
color: #0D4799;
}
</style>
background-color css
<style>
a { background-color: #0D4799; }
a { background-color: rgb(13,71,153); }
div.DivClassName
{
background-color: #0D4799;
}
.BgClassName
{
background-color: #0D4799;
}
</style>
border-color css
<style>
span { border-color: #0D4799; }
span { border-color: rgb(13,71,153); }
td.TdClassName
{
border-color: #0D4799;
}
.TagClassName
{
border-color: #0D4799;
}
</style>