Shades of Cobalt #10549D
Tints of Cobalt #10549D
RGB
CMYK
RGB Variations
Color information
#10549D (or 0x10549D) is known color: Cobalt. HEX triplet: 10, 54 and 9D. RGB value is (16,84,157). Sum of RGB (Red+Green+Blue) = 16+84+157=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #10549D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10549D is #EFAB62. Grayscale: #474747. Windows color (decimal): -15706979 or 10310672. OLE color: 10310672.
HSL color Cylindrical-coordinate representation of color #10549D: hue angle of 211.06º 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 #10549D is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 84 | 157 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.38 |
| HSL | 211.06º | 0.82% | 0.34% | - |
| HSV(B) | 211.06º | 0.9% | 0.62% | - |
| XYZ | 9.47 | 8.89 | 33.11 | - |
| YUV | 71.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 157 | 0.90 | 0.46 | 0 | 0.38 | 211.06 | 0.82 | 0.34 |
| Hex | 10 | 54 | 9D | 5A | 2E | 0 | 26 | D3 | 52 | 22 |
| Octal | 20 | 124 | 235 | 132 | 56 | 0 | 46 | 323 | 122 | 42 |
| Binary | 10000 | 1010100 | 10011101 | 1011010 | 101110 | 0 | 100110 | 11010011 | 1010010 | 100010 |
Color Harmonies of #10549D
Complementary color
Monochromatic Colors of #10549D
Black with #10549D
Text Example
Text Example
White with #10549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10549D; }
p { color: rgb(16,84,157); }
H1.HeaderClassName
{
color: #10549D;
}
.AnyTagClassName
{
color: #10549D;
}
</style>
background-color css
<style>
a { background-color: #10549D; }
a { background-color: rgb(16,84,157); }
div.DivClassName
{
background-color: #10549D;
}
.BgClassName
{
background-color: #10549D;
}
</style>
border-color css
<style>
span { border-color: #10549D; }
span { border-color: rgb(16,84,157); }
td.TdClassName
{
border-color: #10549D;
}
.TagClassName
{
border-color: #10549D;
}
</style>