Shades of Cobalt #0D47BD
Tints of Cobalt #0D47BD
RGB
CMYK
RGB Variations
Color information
#0D47BD (or 0x0D47BD) is known color: Cobalt. HEX triplet: 0D, 47 and BD. RGB value is (13,71,189). Sum of RGB (Red+Green+Blue) = 13+71+189=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D47BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D47BD is #F2B842. Grayscale: #424242. Windows color (decimal): -15906883 or 12404493. OLE color: 12404493.
HSL color Cylindrical-coordinate representation of color #0D47BD: hue angle of 220.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D47BD is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 71 | 189 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.26 |
| HSL | 220.23º | 0.87% | 0.4% | - |
| HSV(B) | 220.23º | 0.93% | 0.74% | - |
| XYZ | 11.6 | 8.27 | 49.13 | - |
| YUV | 67.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 189 | 0.93 | 0.62 | 0 | 0.26 | 220.23 | 0.87 | 0.4 |
| Hex | D | 47 | BD | 5D | 3E | 0 | 1A | DC | 57 | 28 |
| Octal | 15 | 107 | 275 | 135 | 76 | 0 | 32 | 334 | 127 | 50 |
| Binary | 1101 | 1000111 | 10111101 | 1011101 | 111110 | 0 | 11010 | 11011100 | 1010111 | 101000 |
Color Harmonies of #0D47BD
Complementary color
Monochromatic Colors of #0D47BD
Black with #0D47BD
Text Example
Text Example
White with #0D47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D47BD; }
p { color: rgb(13,71,189); }
H1.HeaderClassName
{
color: #0D47BD;
}
.AnyTagClassName
{
color: #0D47BD;
}
</style>
background-color css
<style>
a { background-color: #0D47BD; }
a { background-color: rgb(13,71,189); }
div.DivClassName
{
background-color: #0D47BD;
}
.BgClassName
{
background-color: #0D47BD;
}
</style>
border-color css
<style>
span { border-color: #0D47BD; }
span { border-color: rgb(13,71,189); }
td.TdClassName
{
border-color: #0D47BD;
}
.TagClassName
{
border-color: #0D47BD;
}
</style>