Shades of Cobalt #10549E
Tints of Cobalt #10549E
RGB
CMYK
RGB Variations
Color information
#10549E (or 0x10549E) is known color: Cobalt. HEX triplet: 10, 54 and 9E. RGB value is (16,84,158). Sum of RGB (Red+Green+Blue) = 16+84+158=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #10549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10549E is #EFAB61. Grayscale: #474747. Windows color (decimal): -15706978 or 10376208. OLE color: 10376208.
HSL color Cylindrical-coordinate representation of color #10549E: hue angle of 211.27º 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 #10549E is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 84 | 158 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.38 |
| HSL | 211.27º | 0.82% | 0.34% | - |
| HSV(B) | 211.27º | 0.9% | 0.62% | - |
| XYZ | 9.56 | 8.92 | 33.57 | - |
| YUV | 72.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 158 | 0.90 | 0.47 | 0 | 0.38 | 211.27 | 0.82 | 0.34 |
| Hex | 10 | 54 | 9E | 5A | 2F | 0 | 26 | D3 | 52 | 22 |
| Octal | 20 | 124 | 236 | 132 | 57 | 0 | 46 | 323 | 122 | 42 |
| Binary | 10000 | 1010100 | 10011110 | 1011010 | 101111 | 0 | 100110 | 11010011 | 1010010 | 100010 |
Color Harmonies of #10549E
Complementary color
Monochromatic Colors of #10549E
Black with #10549E
Text Example
Text Example
White with #10549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10549E; }
p { color: rgb(16,84,158); }
H1.HeaderClassName
{
color: #10549E;
}
.AnyTagClassName
{
color: #10549E;
}
</style>
background-color css
<style>
a { background-color: #10549E; }
a { background-color: rgb(16,84,158); }
div.DivClassName
{
background-color: #10549E;
}
.BgClassName
{
background-color: #10549E;
}
</style>
border-color css
<style>
span { border-color: #10549E; }
span { border-color: rgb(16,84,158); }
td.TdClassName
{
border-color: #10549E;
}
.TagClassName
{
border-color: #10549E;
}
</style>