Shades of Cobalt #10539F
Tints of Cobalt #10539F
RGB
CMYK
RGB Variations
Color information
#10539F (or 0x10539F) is known color: Cobalt. HEX triplet: 10, 53 and 9F. RGB value is (16,83,159). Sum of RGB (Red+Green+Blue) = 16+83+159=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #10539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10539F is #EFAC60. Grayscale: #474747. Windows color (decimal): -15707233 or 10441488. OLE color: 10441488.
HSL color Cylindrical-coordinate representation of color #10539F: hue angle of 211.89º 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 #10539F is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 83 | 159 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.38 |
| HSL | 211.89º | 0.82% | 0.34% | - |
| HSV(B) | 211.89º | 0.9% | 0.62% | - |
| XYZ | 9.56 | 8.8 | 34 | - |
| YUV | 71.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 159 | 0.90 | 0.48 | 0 | 0.38 | 211.89 | 0.82 | 0.34 |
| Hex | 10 | 53 | 9F | 5A | 30 | 0 | 26 | D4 | 52 | 22 |
| Octal | 20 | 123 | 237 | 132 | 60 | 0 | 46 | 324 | 122 | 42 |
| Binary | 10000 | 1010011 | 10011111 | 1011010 | 110000 | 0 | 100110 | 11010100 | 1010010 | 100010 |
Color Harmonies of #10539F
Complementary color
Monochromatic Colors of #10539F
Black with #10539F
Text Example
Text Example
White with #10539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10539F; }
p { color: rgb(16,83,159); }
H1.HeaderClassName
{
color: #10539F;
}
.AnyTagClassName
{
color: #10539F;
}
</style>
background-color css
<style>
a { background-color: #10539F; }
a { background-color: rgb(16,83,159); }
div.DivClassName
{
background-color: #10539F;
}
.BgClassName
{
background-color: #10539F;
}
</style>
border-color css
<style>
span { border-color: #10539F; }
span { border-color: rgb(16,83,159); }
td.TdClassName
{
border-color: #10539F;
}
.TagClassName
{
border-color: #10539F;
}
</style>