Shades of Cobalt #105599
Tints of Cobalt #105599
RGB
CMYK
RGB Variations
Color information
#105599 (or 0x105599) is known color: Cobalt. HEX triplet: 10, 55 and 99. RGB value is (16,85,153). Sum of RGB (Red+Green+Blue) = 16+85+153=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #105599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105599 is #EFAA66. Grayscale: #474747. Windows color (decimal): -15706727 or 10048784. OLE color: 10048784.
HSL color Cylindrical-coordinate representation of color #105599: hue angle of 209.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105599 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 85 | 153 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.4 |
| HSL | 209.78º | 0.81% | 0.33% | - |
| HSV(B) | 209.78º | 0.9% | 0.6% | - |
| XYZ | 9.21 | 8.91 | 31.37 | - |
| YUV | 72.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 153 | 0.90 | 0.44 | 0 | 0.4 | 209.78 | 0.81 | 0.33 |
| Hex | 10 | 55 | 99 | 5A | 2C | 0 | 28 | D2 | 51 | 21 |
| Octal | 20 | 125 | 231 | 132 | 54 | 0 | 50 | 322 | 121 | 41 |
| Binary | 10000 | 1010101 | 10011001 | 1011010 | 101100 | 0 | 101000 | 11010010 | 1010001 | 100001 |
Color Harmonies of #105599
Complementary color
Monochromatic Colors of #105599
Black with #105599
Text Example
Text Example
White with #105599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105599; }
p { color: rgb(16,85,153); }
H1.HeaderClassName
{
color: #105599;
}
.AnyTagClassName
{
color: #105599;
}
</style>
background-color css
<style>
a { background-color: #105599; }
a { background-color: rgb(16,85,153); }
div.DivClassName
{
background-color: #105599;
}
.BgClassName
{
background-color: #105599;
}
</style>
border-color css
<style>
span { border-color: #105599; }
span { border-color: rgb(16,85,153); }
td.TdClassName
{
border-color: #105599;
}
.TagClassName
{
border-color: #105599;
}
</style>