Shades of Cobalt #0D5999
Tints of Cobalt #0D5999
RGB
CMYK
RGB Variations
Color information
#0D5999 (or 0x0D5999) is known color: Cobalt. HEX triplet: 0D, 59 and 99. RGB value is (13,89,153). Sum of RGB (Red+Green+Blue) = 13+89+153=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D5999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5999 is #F2A666. Grayscale: #494949. Windows color (decimal): -15902311 or 10049805. OLE color: 10049805.
HSL color Cylindrical-coordinate representation of color #0D5999: hue angle of 207.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5999 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 89 | 153 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.4 |
| HSL | 207.43º | 0.84% | 0.33% | - |
| HSV(B) | 207.43º | 0.92% | 0.6% | - |
| XYZ | 9.49 | 9.53 | 31.48 | - |
| YUV | 73.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 153 | 0.92 | 0.42 | 0 | 0.4 | 207.43 | 0.84 | 0.33 |
| Hex | D | 59 | 99 | 5C | 2A | 0 | 28 | CF | 54 | 21 |
| Octal | 15 | 131 | 231 | 134 | 52 | 0 | 50 | 317 | 124 | 41 |
| Binary | 1101 | 1011001 | 10011001 | 1011100 | 101010 | 0 | 101000 | 11001111 | 1010100 | 100001 |
Color Harmonies of #0D5999
Complementary color
Monochromatic Colors of #0D5999
Black with #0D5999
Text Example
Text Example
White with #0D5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5999; }
p { color: rgb(13,89,153); }
H1.HeaderClassName
{
color: #0D5999;
}
.AnyTagClassName
{
color: #0D5999;
}
</style>
background-color css
<style>
a { background-color: #0D5999; }
a { background-color: rgb(13,89,153); }
div.DivClassName
{
background-color: #0D5999;
}
.BgClassName
{
background-color: #0D5999;
}
</style>
border-color css
<style>
span { border-color: #0D5999; }
span { border-color: rgb(13,89,153); }
td.TdClassName
{
border-color: #0D5999;
}
.TagClassName
{
border-color: #0D5999;
}
</style>