Shades of Cobalt #10559E
Tints of Cobalt #10559E
RGB
CMYK
RGB Variations
Color information
#10559E (or 0x10559E) is known color: Cobalt. HEX triplet: 10, 55 and 9E. RGB value is (16,85,158). Sum of RGB (Red+Green+Blue) = 16+85+158=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #10559E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10559E is #EFAA61. Grayscale: #484848. Windows color (decimal): -15706722 or 10376464. OLE color: 10376464.
HSL color Cylindrical-coordinate representation of color #10559E: hue angle of 210.85º 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 #10559E is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 85 | 158 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.38 |
| HSL | 210.85º | 0.82% | 0.34% | - |
| HSV(B) | 210.85º | 0.9% | 0.62% | - |
| XYZ | 9.63 | 9.08 | 33.59 | - |
| YUV | 72.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 158 | 0.90 | 0.46 | 0 | 0.38 | 210.85 | 0.82 | 0.34 |
| Hex | 10 | 55 | 9E | 5A | 2E | 0 | 26 | D3 | 52 | 22 |
| Octal | 20 | 125 | 236 | 132 | 56 | 0 | 46 | 323 | 122 | 42 |
| Binary | 10000 | 1010101 | 10011110 | 1011010 | 101110 | 0 | 100110 | 11010011 | 1010010 | 100010 |
Color Harmonies of #10559E
Complementary color
Monochromatic Colors of #10559E
Black with #10559E
Text Example
Text Example
White with #10559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10559E; }
p { color: rgb(16,85,158); }
H1.HeaderClassName
{
color: #10559E;
}
.AnyTagClassName
{
color: #10559E;
}
</style>
background-color css
<style>
a { background-color: #10559E; }
a { background-color: rgb(16,85,158); }
div.DivClassName
{
background-color: #10559E;
}
.BgClassName
{
background-color: #10559E;
}
</style>
border-color css
<style>
span { border-color: #10559E; }
span { border-color: rgb(16,85,158); }
td.TdClassName
{
border-color: #10559E;
}
.TagClassName
{
border-color: #10559E;
}
</style>