Shades of Cobalt #10599D
Tints of Cobalt #10599D
RGB
CMYK
RGB Variations
Color information
#10599D (or 0x10599D) is known color: Cobalt. HEX triplet: 10, 59 and 9D. RGB value is (16,89,157). Sum of RGB (Red+Green+Blue) = 16+89+157=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #10599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10599D is #EFA662. Grayscale: #4A4A4A. Windows color (decimal): -15705699 or 10311952. OLE color: 10311952.
HSL color Cylindrical-coordinate representation of color #10599D: hue angle of 208.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10599D is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 89 | 157 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.38 |
| HSL | 208.94º | 0.82% | 0.34% | - |
| HSV(B) | 208.94º | 0.9% | 0.62% | - |
| XYZ | 9.87 | 9.69 | 33.25 | - |
| YUV | 74.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 157 | 0.90 | 0.43 | 0 | 0.38 | 208.94 | 0.82 | 0.34 |
| Hex | 10 | 59 | 9D | 5A | 2B | 0 | 26 | D1 | 52 | 22 |
| Octal | 20 | 131 | 235 | 132 | 53 | 0 | 46 | 321 | 122 | 42 |
| Binary | 10000 | 1011001 | 10011101 | 1011010 | 101011 | 0 | 100110 | 11010001 | 1010010 | 100010 |
Color Harmonies of #10599D
Complementary color
Monochromatic Colors of #10599D
Black with #10599D
Text Example
Text Example
White with #10599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10599D; }
p { color: rgb(16,89,157); }
H1.HeaderClassName
{
color: #10599D;
}
.AnyTagClassName
{
color: #10599D;
}
</style>
background-color css
<style>
a { background-color: #10599D; }
a { background-color: rgb(16,89,157); }
div.DivClassName
{
background-color: #10599D;
}
.BgClassName
{
background-color: #10599D;
}
</style>
border-color css
<style>
span { border-color: #10599D; }
span { border-color: rgb(16,89,157); }
td.TdClassName
{
border-color: #10599D;
}
.TagClassName
{
border-color: #10599D;
}
</style>