Shades of Cobalt #10599C
Tints of Cobalt #10599C
RGB
CMYK
RGB Variations
Color information
#10599C (or 0x10599C) is known color: Cobalt. HEX triplet: 10, 59 and 9C. RGB value is (16,89,156). Sum of RGB (Red+Green+Blue) = 16+89+156=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #10599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10599C is #EFA663. Grayscale: #4A4A4A. Windows color (decimal): -15705700 or 10246416. OLE color: 10246416.
HSL color Cylindrical-coordinate representation of color #10599C: hue angle of 208.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10599C is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 89 | 156 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.39 |
| HSL | 208.71º | 0.81% | 0.34% | - |
| HSV(B) | 208.71º | 0.9% | 0.61% | - |
| XYZ | 9.79 | 9.66 | 32.8 | - |
| YUV | 74.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 156 | 0.90 | 0.43 | 0 | 0.39 | 208.71 | 0.81 | 0.34 |
| Hex | 10 | 59 | 9C | 5A | 2B | 0 | 27 | D1 | 51 | 22 |
| Octal | 20 | 131 | 234 | 132 | 53 | 0 | 47 | 321 | 121 | 42 |
| Binary | 10000 | 1011001 | 10011100 | 1011010 | 101011 | 0 | 100111 | 11010001 | 1010001 | 100010 |
Color Harmonies of #10599C
Complementary color
Monochromatic Colors of #10599C
Black with #10599C
Text Example
Text Example
White with #10599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10599C; }
p { color: rgb(16,89,156); }
H1.HeaderClassName
{
color: #10599C;
}
.AnyTagClassName
{
color: #10599C;
}
</style>
background-color css
<style>
a { background-color: #10599C; }
a { background-color: rgb(16,89,156); }
div.DivClassName
{
background-color: #10599C;
}
.BgClassName
{
background-color: #10599C;
}
</style>
border-color css
<style>
span { border-color: #10599C; }
span { border-color: rgb(16,89,156); }
td.TdClassName
{
border-color: #10599C;
}
.TagClassName
{
border-color: #10599C;
}
</style>