Shades of Cobalt #10489F
Tints of Cobalt #10489F
RGB
CMYK
RGB Variations
Color information
#10489F (or 0x10489F) is known color: Cobalt. HEX triplet: 10, 48 and 9F. RGB value is (16,72,159). Sum of RGB (Red+Green+Blue) = 16+72+159=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #10489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10489F is #EFB760. Grayscale: #404040. Windows color (decimal): -15710049 or 10438672. OLE color: 10438672.
HSL color Cylindrical-coordinate representation of color #10489F: hue angle of 216.5º 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 #10489F is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 72 | 159 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.38 |
| HSL | 216.5º | 0.82% | 0.34% | - |
| HSV(B) | 216.5º | 0.9% | 0.62% | - |
| XYZ | 8.79 | 7.25 | 33.74 | - |
| YUV | 65.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 159 | 0.90 | 0.55 | 0 | 0.38 | 216.5 | 0.82 | 0.34 |
| Hex | 10 | 48 | 9F | 5A | 37 | 0 | 26 | D9 | 52 | 22 |
| Octal | 20 | 110 | 237 | 132 | 67 | 0 | 46 | 331 | 122 | 42 |
| Binary | 10000 | 1001000 | 10011111 | 1011010 | 110111 | 0 | 100110 | 11011001 | 1010010 | 100010 |
Color Harmonies of #10489F
Complementary color
Monochromatic Colors of #10489F
Black with #10489F
Text Example
Text Example
White with #10489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10489F; }
p { color: rgb(16,72,159); }
H1.HeaderClassName
{
color: #10489F;
}
.AnyTagClassName
{
color: #10489F;
}
</style>
background-color css
<style>
a { background-color: #10489F; }
a { background-color: rgb(16,72,159); }
div.DivClassName
{
background-color: #10489F;
}
.BgClassName
{
background-color: #10489F;
}
</style>
border-color css
<style>
span { border-color: #10489F; }
span { border-color: rgb(16,72,159); }
td.TdClassName
{
border-color: #10489F;
}
.TagClassName
{
border-color: #10489F;
}
</style>