Shades of Cobalt #0D4E9C
Tints of Cobalt #0D4E9C
RGB
CMYK
RGB Variations
Color information
#0D4E9C (or 0x0D4E9C) is known color: Cobalt. HEX triplet: 0D, 4E and 9C. RGB value is (13,78,156). Sum of RGB (Red+Green+Blue) = 13+78+156=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D4E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4E9C is #F2B163. Grayscale: #434343. Windows color (decimal): -15905124 or 10243597. OLE color: 10243597.
HSL color Cylindrical-coordinate representation of color #0D4E9C: hue angle of 212.73º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4E9C is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 78 | 156 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.39 |
| HSL | 212.73º | 0.85% | 0.33% | - |
| HSV(B) | 212.73º | 0.92% | 0.61% | - |
| XYZ | 8.89 | 7.93 | 32.52 | - |
| YUV | 67.46 | 177.97 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 156 | 0.92 | 0.5 | 0 | 0.39 | 212.73 | 0.85 | 0.33 |
| Hex | D | 4E | 9C | 5C | 32 | 0 | 27 | D5 | 55 | 21 |
| Octal | 15 | 116 | 234 | 134 | 62 | 0 | 47 | 325 | 125 | 41 |
| Binary | 1101 | 1001110 | 10011100 | 1011100 | 110010 | 0 | 100111 | 11010101 | 1010101 | 100001 |
Color Harmonies of #0D4E9C
Complementary color
Monochromatic Colors of #0D4E9C
Black with #0D4E9C
Text Example
Text Example
White with #0D4E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E9C; }
p { color: rgb(13,78,156); }
H1.HeaderClassName
{
color: #0D4E9C;
}
.AnyTagClassName
{
color: #0D4E9C;
}
</style>
background-color css
<style>
a { background-color: #0D4E9C; }
a { background-color: rgb(13,78,156); }
div.DivClassName
{
background-color: #0D4E9C;
}
.BgClassName
{
background-color: #0D4E9C;
}
</style>
border-color css
<style>
span { border-color: #0D4E9C; }
span { border-color: rgb(13,78,156); }
td.TdClassName
{
border-color: #0D4E9C;
}
.TagClassName
{
border-color: #0D4E9C;
}
</style>