Shades of Cobalt #0D599A
Tints of Cobalt #0D599A
RGB
CMYK
RGB Variations
Color information
#0D599A (or 0x0D599A) is known color: Cobalt. HEX triplet: 0D, 59 and 9A. RGB value is (13,89,154). Sum of RGB (Red+Green+Blue) = 13+89+154=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D599A is #F2A665. Grayscale: #494949. Windows color (decimal): -15902310 or 10115341. OLE color: 10115341.
HSL color Cylindrical-coordinate representation of color #0D599A: hue angle of 207.66º 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 #0D599A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 89 | 154 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.40 |
| HSL | 207.66º | 0.84% | 0.33% | - |
| HSV(B) | 207.66º | 0.92% | 0.6% | - |
| XYZ | 9.57 | 9.56 | 31.91 | - |
| YUV | 73.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 154 | 0.92 | 0.42 | 0 | 0.40 | 207.66 | 0.84 | 0.33 |
| Hex | D | 59 | 9A | 5C | 2A | 0 | 28 | D0 | 54 | 21 |
| Octal | 15 | 131 | 232 | 134 | 52 | 0 | 50 | 320 | 124 | 41 |
| Binary | 1101 | 1011001 | 10011010 | 1011100 | 101010 | 0 | 101000 | 11010000 | 1010100 | 100001 |
Color Harmonies of #0D599A
Complementary color
Monochromatic Colors of #0D599A
Black with #0D599A
Text Example
Text Example
White with #0D599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D599A; }
p { color: rgb(13,89,154); }
H1.HeaderClassName
{
color: #0D599A;
}
.AnyTagClassName
{
color: #0D599A;
}
</style>
background-color css
<style>
a { background-color: #0D599A; }
a { background-color: rgb(13,89,154); }
div.DivClassName
{
background-color: #0D599A;
}
.BgClassName
{
background-color: #0D599A;
}
</style>
border-color css
<style>
span { border-color: #0D599A; }
span { border-color: rgb(13,89,154); }
td.TdClassName
{
border-color: #0D599A;
}
.TagClassName
{
border-color: #0D599A;
}
</style>