Shades of Cobalt #0D4AA7
Tints of Cobalt #0D4AA7
RGB
CMYK
RGB Variations
Color information
#0D4AA7 (or 0x0D4AA7) is known color: Cobalt. HEX triplet: 0D, 4A and A7. RGB value is (13,74,167). Sum of RGB (Red+Green+Blue) = 13+74+167=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 167 (65.62% from 255 or 65.75% from 254); Max value from RGB is 167 - color contains mainly: blue. Hex color #0D4AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4AA7 is #F2B558. Grayscale: #414141. Windows color (decimal): -15906137 or 10963469. OLE color: 10963469.
HSL color Cylindrical-coordinate representation of color #0D4AA7: hue angle of 216.23º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4AA7 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 74 | 167 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.35 |
| HSL | 216.23º | 0.86% | 0.35% | - |
| HSV(B) | 216.23º | 0.92% | 0.65% | - |
| XYZ | 9.59 | 7.77 | 37.55 | - |
| YUV | 66.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 167 | 0.92 | 0.56 | 0 | 0.35 | 216.23 | 0.86 | 0.35 |
| Hex | D | 4A | A7 | 5C | 38 | 0 | 23 | D8 | 56 | 23 |
| Octal | 15 | 112 | 247 | 134 | 70 | 0 | 43 | 330 | 126 | 43 |
| Binary | 1101 | 1001010 | 10100111 | 1011100 | 111000 | 0 | 100011 | 11011000 | 1010110 | 100011 |
Color Harmonies of #0D4AA7
Complementary color
Monochromatic Colors of #0D4AA7
Black with #0D4AA7
Text Example
Text Example
White with #0D4AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4AA7; }
p { color: rgb(13,74,167); }
H1.HeaderClassName
{
color: #0D4AA7;
}
.AnyTagClassName
{
color: #0D4AA7;
}
</style>
background-color css
<style>
a { background-color: #0D4AA7; }
a { background-color: rgb(13,74,167); }
div.DivClassName
{
background-color: #0D4AA7;
}
.BgClassName
{
background-color: #0D4AA7;
}
</style>
border-color css
<style>
span { border-color: #0D4AA7; }
span { border-color: rgb(13,74,167); }
td.TdClassName
{
border-color: #0D4AA7;
}
.TagClassName
{
border-color: #0D4AA7;
}
</style>