Shades of Cobalt #0D4B9D
Tints of Cobalt #0D4B9D
RGB
CMYK
RGB Variations
Color information
#0D4B9D (or 0x0D4B9D) is known color: Cobalt. HEX triplet: 0D, 4B and 9D. RGB value is (13,75,157). Sum of RGB (Red+Green+Blue) = 13+75+157=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D4B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4B9D is #F2B462. Grayscale: #414141. Windows color (decimal): -15905891 or 10308365. OLE color: 10308365.
HSL color Cylindrical-coordinate representation of color #0D4B9D: hue angle of 214.17º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4B9D is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 75 | 157 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.38 |
| HSL | 214.17º | 0.85% | 0.33% | - |
| HSV(B) | 214.17º | 0.92% | 0.62% | - |
| XYZ | 8.77 | 7.55 | 32.89 | - |
| YUV | 65.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 157 | 0.92 | 0.52 | 0 | 0.38 | 214.17 | 0.85 | 0.33 |
| Hex | D | 4B | 9D | 5C | 34 | 0 | 26 | D6 | 55 | 21 |
| Octal | 15 | 113 | 235 | 134 | 64 | 0 | 46 | 326 | 125 | 41 |
| Binary | 1101 | 1001011 | 10011101 | 1011100 | 110100 | 0 | 100110 | 11010110 | 1010101 | 100001 |
Color Harmonies of #0D4B9D
Complementary color
Monochromatic Colors of #0D4B9D
Black with #0D4B9D
Text Example
Text Example
White with #0D4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B9D; }
p { color: rgb(13,75,157); }
H1.HeaderClassName
{
color: #0D4B9D;
}
.AnyTagClassName
{
color: #0D4B9D;
}
</style>
background-color css
<style>
a { background-color: #0D4B9D; }
a { background-color: rgb(13,75,157); }
div.DivClassName
{
background-color: #0D4B9D;
}
.BgClassName
{
background-color: #0D4B9D;
}
</style>
border-color css
<style>
span { border-color: #0D4B9D; }
span { border-color: rgb(13,75,157); }
td.TdClassName
{
border-color: #0D4B9D;
}
.TagClassName
{
border-color: #0D4B9D;
}
</style>