Shades of Cobalt #0D4ABD
Tints of Cobalt #0D4ABD
RGB
CMYK
RGB Variations
Color information
#0D4ABD (or 0x0D4ABD) is known color: Cobalt. HEX triplet: 0D, 4A and BD. RGB value is (13,74,189). Sum of RGB (Red+Green+Blue) = 13+74+189=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D4ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ABD is #F2B542. Grayscale: #444444. Windows color (decimal): -15906115 or 12405261. OLE color: 12405261.
HSL color Cylindrical-coordinate representation of color #0D4ABD: hue angle of 219.2º 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 #0D4ABD is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 74 | 189 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.26 |
| HSL | 219.2º | 0.87% | 0.4% | - |
| HSV(B) | 219.2º | 0.93% | 0.74% | - |
| XYZ | 11.8 | 8.66 | 49.19 | - |
| YUV | 68.87 | 195.79 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 189 | 0.93 | 0.61 | 0 | 0.26 | 219.2 | 0.87 | 0.4 |
| Hex | D | 4A | BD | 5D | 3D | 0 | 1A | DB | 57 | 28 |
| Octal | 15 | 112 | 275 | 135 | 75 | 0 | 32 | 333 | 127 | 50 |
| Binary | 1101 | 1001010 | 10111101 | 1011101 | 111101 | 0 | 11010 | 11011011 | 1010111 | 101000 |
Color Harmonies of #0D4ABD
Complementary color
Monochromatic Colors of #0D4ABD
Black with #0D4ABD
Text Example
Text Example
White with #0D4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ABD; }
p { color: rgb(13,74,189); }
H1.HeaderClassName
{
color: #0D4ABD;
}
.AnyTagClassName
{
color: #0D4ABD;
}
</style>
background-color css
<style>
a { background-color: #0D4ABD; }
a { background-color: rgb(13,74,189); }
div.DivClassName
{
background-color: #0D4ABD;
}
.BgClassName
{
background-color: #0D4ABD;
}
</style>
border-color css
<style>
span { border-color: #0D4ABD; }
span { border-color: rgb(13,74,189); }
td.TdClassName
{
border-color: #0D4ABD;
}
.TagClassName
{
border-color: #0D4ABD;
}
</style>