Shades of Cobalt #0D4DAA
Tints of Cobalt #0D4DAA
RGB
CMYK
RGB Variations
Color information
#0D4DAA (or 0x0D4DAA) is known color: Cobalt. HEX triplet: 0D, 4D and AA. RGB value is (13,77,170). Sum of RGB (Red+Green+Blue) = 13+77+170=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D4DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4DAA is #F2B255. Grayscale: #444444. Windows color (decimal): -15905366 or 11160845. OLE color: 11160845.
HSL color Cylindrical-coordinate representation of color #0D4DAA: hue angle of 215.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4DAA is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 77 | 170 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.33 |
| HSL | 215.54º | 0.86% | 0.36% | - |
| HSV(B) | 215.54º | 0.92% | 0.67% | - |
| XYZ | 10.08 | 8.3 | 39.1 | - |
| YUV | 68.47 | 185.3 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 170 | 0.92 | 0.55 | 0 | 0.33 | 215.54 | 0.86 | 0.36 |
| Hex | D | 4D | AA | 5C | 37 | 0 | 21 | D8 | 56 | 24 |
| Octal | 15 | 115 | 252 | 134 | 67 | 0 | 41 | 330 | 126 | 44 |
| Binary | 1101 | 1001101 | 10101010 | 1011100 | 110111 | 0 | 100001 | 11011000 | 1010110 | 100100 |
Color Harmonies of #0D4DAA
Complementary color
Monochromatic Colors of #0D4DAA
Black with #0D4DAA
Text Example
Text Example
White with #0D4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4DAA; }
p { color: rgb(13,77,170); }
H1.HeaderClassName
{
color: #0D4DAA;
}
.AnyTagClassName
{
color: #0D4DAA;
}
</style>
background-color css
<style>
a { background-color: #0D4DAA; }
a { background-color: rgb(13,77,170); }
div.DivClassName
{
background-color: #0D4DAA;
}
.BgClassName
{
background-color: #0D4DAA;
}
</style>
border-color css
<style>
span { border-color: #0D4DAA; }
span { border-color: rgb(13,77,170); }
td.TdClassName
{
border-color: #0D4DAA;
}
.TagClassName
{
border-color: #0D4DAA;
}
</style>