Shades of Cobalt #105298
Tints of Cobalt #105298
RGB
CMYK
RGB Variations
Color information
#105298 (or 0x105298) is known color: Cobalt. HEX triplet: 10, 52 and 98. RGB value is (16,82,152). Sum of RGB (Red+Green+Blue) = 16+82+152=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #105298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105298 is #EFAD67. Grayscale: #454545. Windows color (decimal): -15707496 or 9982480. OLE color: 9982480.
HSL color Cylindrical-coordinate representation of color #105298: hue angle of 210.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105298 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 82 | 152 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.40 |
| HSL | 210.88º | 0.81% | 0.33% | - |
| HSV(B) | 210.88º | 0.89% | 0.6% | - |
| XYZ | 8.9 | 8.41 | 30.86 | - |
| YUV | 70.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 152 | 0.89 | 0.46 | 0 | 0.40 | 210.88 | 0.81 | 0.33 |
| Hex | 10 | 52 | 98 | 59 | 2E | 0 | 28 | D3 | 51 | 21 |
| Octal | 20 | 122 | 230 | 131 | 56 | 0 | 50 | 323 | 121 | 41 |
| Binary | 10000 | 1010010 | 10011000 | 1011001 | 101110 | 0 | 101000 | 11010011 | 1010001 | 100001 |
Color Harmonies of #105298
Complementary color
Monochromatic Colors of #105298
Black with #105298
Text Example
Text Example
White with #105298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105298; }
p { color: rgb(16,82,152); }
H1.HeaderClassName
{
color: #105298;
}
.AnyTagClassName
{
color: #105298;
}
</style>
background-color css
<style>
a { background-color: #105298; }
a { background-color: rgb(16,82,152); }
div.DivClassName
{
background-color: #105298;
}
.BgClassName
{
background-color: #105298;
}
</style>
border-color css
<style>
span { border-color: #105298; }
span { border-color: rgb(16,82,152); }
td.TdClassName
{
border-color: #105298;
}
.TagClassName
{
border-color: #105298;
}
</style>