Shades of Cobalt #0D4D9B
Tints of Cobalt #0D4D9B
RGB
CMYK
RGB Variations
Color information
#0D4D9B (or 0x0D4D9B) is known color: Cobalt. HEX triplet: 0D, 4D and 9B. RGB value is (13,77,155). Sum of RGB (Red+Green+Blue) = 13+77+155=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D4D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4D9B is #F2B264. Grayscale: #424242. Windows color (decimal): -15905381 or 10177805. OLE color: 10177805.
HSL color Cylindrical-coordinate representation of color #0D4D9B: hue angle of 212.96º 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 #0D4D9B is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 77 | 155 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.39 |
| HSL | 212.96º | 0.85% | 0.33% | - |
| HSV(B) | 212.96º | 0.92% | 0.61% | - |
| XYZ | 8.74 | 7.76 | 32.05 | - |
| YUV | 66.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 155 | 0.92 | 0.50 | 0 | 0.39 | 212.96 | 0.85 | 0.33 |
| Hex | D | 4D | 9B | 5C | 32 | 0 | 27 | D5 | 55 | 21 |
| Octal | 15 | 115 | 233 | 134 | 62 | 0 | 47 | 325 | 125 | 41 |
| Binary | 1101 | 1001101 | 10011011 | 1011100 | 110010 | 0 | 100111 | 11010101 | 1010101 | 100001 |
Color Harmonies of #0D4D9B
Complementary color
Monochromatic Colors of #0D4D9B
Black with #0D4D9B
Text Example
Text Example
White with #0D4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D9B; }
p { color: rgb(13,77,155); }
H1.HeaderClassName
{
color: #0D4D9B;
}
.AnyTagClassName
{
color: #0D4D9B;
}
</style>
background-color css
<style>
a { background-color: #0D4D9B; }
a { background-color: rgb(13,77,155); }
div.DivClassName
{
background-color: #0D4D9B;
}
.BgClassName
{
background-color: #0D4D9B;
}
</style>
border-color css
<style>
span { border-color: #0D4D9B; }
span { border-color: rgb(13,77,155); }
td.TdClassName
{
border-color: #0D4D9B;
}
.TagClassName
{
border-color: #0D4D9B;
}
</style>