Shades of Cobalt #0D4BBD
Tints of Cobalt #0D4BBD
RGB
CMYK
RGB Variations
Color information
#0D4BBD (or 0x0D4BBD) is known color: Cobalt. HEX triplet: 0D, 4B and BD. RGB value is (13,75,189). Sum of RGB (Red+Green+Blue) = 13+75+189=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D4BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BBD is #F2B442. Grayscale: #444444. Windows color (decimal): -15905859 or 12405517. OLE color: 12405517.
HSL color Cylindrical-coordinate representation of color #0D4BBD: hue angle of 218.86º 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 #0D4BBD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 75 | 189 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.26 |
| HSL | 218.86º | 0.87% | 0.4% | - |
| HSV(B) | 218.86º | 0.93% | 0.74% | - |
| XYZ | 11.87 | 8.79 | 49.22 | - |
| YUV | 69.46 | 195.46 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 189 | 0.93 | 0.60 | 0 | 0.26 | 218.86 | 0.87 | 0.4 |
| Hex | D | 4B | BD | 5D | 3C | 0 | 1A | DB | 57 | 28 |
| Octal | 15 | 113 | 275 | 135 | 74 | 0 | 32 | 333 | 127 | 50 |
| Binary | 1101 | 1001011 | 10111101 | 1011101 | 111100 | 0 | 11010 | 11011011 | 1010111 | 101000 |
Color Harmonies of #0D4BBD
Complementary color
Monochromatic Colors of #0D4BBD
Black with #0D4BBD
Text Example
Text Example
White with #0D4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BBD; }
p { color: rgb(13,75,189); }
H1.HeaderClassName
{
color: #0D4BBD;
}
.AnyTagClassName
{
color: #0D4BBD;
}
</style>
background-color css
<style>
a { background-color: #0D4BBD; }
a { background-color: rgb(13,75,189); }
div.DivClassName
{
background-color: #0D4BBD;
}
.BgClassName
{
background-color: #0D4BBD;
}
</style>
border-color css
<style>
span { border-color: #0D4BBD; }
span { border-color: rgb(13,75,189); }
td.TdClassName
{
border-color: #0D4BBD;
}
.TagClassName
{
border-color: #0D4BBD;
}
</style>