Shades of Cobalt #0D4F9D
Tints of Cobalt #0D4F9D
RGB
CMYK
RGB Variations
Color information
#0D4F9D (or 0x0D4F9D) is known color: Cobalt. HEX triplet: 0D, 4F and 9D. RGB value is (13,79,157). Sum of RGB (Red+Green+Blue) = 13+79+157=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D4F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4F9D is #F2B062. Grayscale: #434343. Windows color (decimal): -15904867 or 10309389. OLE color: 10309389.
HSL color Cylindrical-coordinate representation of color #0D4F9D: hue angle of 212.5º 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 #0D4F9D is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 79 | 157 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.38 |
| HSL | 212.5º | 0.85% | 0.33% | - |
| HSV(B) | 212.5º | 0.92% | 0.62% | - |
| XYZ | 9.05 | 8.11 | 32.99 | - |
| YUV | 68.16 | 178.13 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 157 | 0.92 | 0.50 | 0 | 0.38 | 212.5 | 0.85 | 0.33 |
| Hex | D | 4F | 9D | 5C | 32 | 0 | 26 | D4 | 55 | 21 |
| Octal | 15 | 117 | 235 | 134 | 62 | 0 | 46 | 324 | 125 | 41 |
| Binary | 1101 | 1001111 | 10011101 | 1011100 | 110010 | 0 | 100110 | 11010100 | 1010101 | 100001 |
Color Harmonies of #0D4F9D
Complementary color
Monochromatic Colors of #0D4F9D
Black with #0D4F9D
Text Example
Text Example
White with #0D4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F9D; }
p { color: rgb(13,79,157); }
H1.HeaderClassName
{
color: #0D4F9D;
}
.AnyTagClassName
{
color: #0D4F9D;
}
</style>
background-color css
<style>
a { background-color: #0D4F9D; }
a { background-color: rgb(13,79,157); }
div.DivClassName
{
background-color: #0D4F9D;
}
.BgClassName
{
background-color: #0D4F9D;
}
</style>
border-color css
<style>
span { border-color: #0D4F9D; }
span { border-color: rgb(13,79,157); }
td.TdClassName
{
border-color: #0D4F9D;
}
.TagClassName
{
border-color: #0D4F9D;
}
</style>