Shades of Cobalt #0D4ABE
Tints of Cobalt #0D4ABE
RGB
CMYK
RGB Variations
Color information
#0D4ABE (or 0x0D4ABE) is known color: Cobalt. HEX triplet: 0D, 4A and BE. RGB value is (13,74,190). Sum of RGB (Red+Green+Blue) = 13+74+190=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D4ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ABE is #F2B541. Grayscale: #444444. Windows color (decimal): -15906114 or 12470797. OLE color: 12470797.
HSL color Cylindrical-coordinate representation of color #0D4ABE: hue angle of 219.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4ABE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 74 | 190 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.25 |
| HSL | 219.32º | 0.87% | 0.4% | - |
| HSV(B) | 219.32º | 0.93% | 0.75% | - |
| XYZ | 11.91 | 8.7 | 49.77 | - |
| YUV | 68.99 | 196.29 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 190 | 0.93 | 0.61 | 0 | 0.25 | 219.32 | 0.87 | 0.4 |
| Hex | D | 4A | BE | 5D | 3D | 0 | 19 | DB | 57 | 28 |
| Octal | 15 | 112 | 276 | 135 | 75 | 0 | 31 | 333 | 127 | 50 |
| Binary | 1101 | 1001010 | 10111110 | 1011101 | 111101 | 0 | 11001 | 11011011 | 1010111 | 101000 |
Color Harmonies of #0D4ABE
Complementary color
Monochromatic Colors of #0D4ABE
Black with #0D4ABE
Text Example
Text Example
White with #0D4ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ABE; }
p { color: rgb(13,74,190); }
H1.HeaderClassName
{
color: #0D4ABE;
}
.AnyTagClassName
{
color: #0D4ABE;
}
</style>
background-color css
<style>
a { background-color: #0D4ABE; }
a { background-color: rgb(13,74,190); }
div.DivClassName
{
background-color: #0D4ABE;
}
.BgClassName
{
background-color: #0D4ABE;
}
</style>
border-color css
<style>
span { border-color: #0D4ABE; }
span { border-color: rgb(13,74,190); }
td.TdClassName
{
border-color: #0D4ABE;
}
.TagClassName
{
border-color: #0D4ABE;
}
</style>