Shades of Cobalt #105299
Tints of Cobalt #105299
RGB
CMYK
RGB Variations
Color information
#105299 (or 0x105299) is known color: Cobalt. HEX triplet: 10, 52 and 99. RGB value is (16,82,153). Sum of RGB (Red+Green+Blue) = 16+82+153=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #105299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105299 is #EFAD66. Grayscale: #464646. Windows color (decimal): -15707495 or 10048016. OLE color: 10048016.
HSL color Cylindrical-coordinate representation of color #105299: hue angle of 211.09º 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 #105299 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 82 | 153 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.4 |
| HSL | 211.09º | 0.81% | 0.33% | - |
| HSV(B) | 211.09º | 0.9% | 0.6% | - |
| XYZ | 8.98 | 8.44 | 31.29 | - |
| YUV | 70.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 153 | 0.90 | 0.46 | 0 | 0.4 | 211.09 | 0.81 | 0.33 |
| Hex | 10 | 52 | 99 | 5A | 2E | 0 | 28 | D3 | 51 | 21 |
| Octal | 20 | 122 | 231 | 132 | 56 | 0 | 50 | 323 | 121 | 41 |
| Binary | 10000 | 1010010 | 10011001 | 1011010 | 101110 | 0 | 101000 | 11010011 | 1010001 | 100001 |
Color Harmonies of #105299
Complementary color
Monochromatic Colors of #105299
Black with #105299
Text Example
Text Example
White with #105299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105299; }
p { color: rgb(16,82,153); }
H1.HeaderClassName
{
color: #105299;
}
.AnyTagClassName
{
color: #105299;
}
</style>
background-color css
<style>
a { background-color: #105299; }
a { background-color: rgb(16,82,153); }
div.DivClassName
{
background-color: #105299;
}
.BgClassName
{
background-color: #105299;
}
</style>
border-color css
<style>
span { border-color: #105299; }
span { border-color: rgb(16,82,153); }
td.TdClassName
{
border-color: #105299;
}
.TagClassName
{
border-color: #105299;
}
</style>