Shades of Cobalt #1056A9
Tints of Cobalt #1056A9
RGB
CMYK
RGB Variations
Color information
#1056A9 (or 0x1056A9) is known color: Cobalt. HEX triplet: 10, 56 and A9. RGB value is (16,86,169). Sum of RGB (Red+Green+Blue) = 16+86+169=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #1056A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056A9 is #EFA956. Grayscale: #4A4A4A. Windows color (decimal): -15706455 or 11097616. OLE color: 11097616.
HSL color Cylindrical-coordinate representation of color #1056A9: hue angle of 212.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1056A9 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 86 | 169 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.34 |
| HSL | 212.55º | 0.83% | 0.36% | - |
| HSV(B) | 212.55º | 0.91% | 0.66% | - |
| XYZ | 10.7 | 9.63 | 38.83 | - |
| YUV | 74.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 169 | 0.91 | 0.49 | 0 | 0.34 | 212.55 | 0.83 | 0.36 |
| Hex | 10 | 56 | A9 | 5B | 31 | 0 | 22 | D5 | 53 | 24 |
| Octal | 20 | 126 | 251 | 133 | 61 | 0 | 42 | 325 | 123 | 44 |
| Binary | 10000 | 1010110 | 10101001 | 1011011 | 110001 | 0 | 100010 | 11010101 | 1010011 | 100100 |
Color Harmonies of #1056A9
Complementary color
Monochromatic Colors of #1056A9
Black with #1056A9
Text Example
Text Example
White with #1056A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056A9; }
p { color: rgb(16,86,169); }
H1.HeaderClassName
{
color: #1056A9;
}
.AnyTagClassName
{
color: #1056A9;
}
</style>
background-color css
<style>
a { background-color: #1056A9; }
a { background-color: rgb(16,86,169); }
div.DivClassName
{
background-color: #1056A9;
}
.BgClassName
{
background-color: #1056A9;
}
</style>
border-color css
<style>
span { border-color: #1056A9; }
span { border-color: rgb(16,86,169); }
td.TdClassName
{
border-color: #1056A9;
}
.TagClassName
{
border-color: #1056A9;
}
</style>