Shades of Cobalt #1056A1
Tints of Cobalt #1056A1
RGB
CMYK
RGB Variations
Color information
#1056A1 (or 0x1056A1) is known color: Cobalt. HEX triplet: 10, 56 and A1. RGB value is (16,86,161). Sum of RGB (Red+Green+Blue) = 16+86+161=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #1056A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056A1 is #EFA95E. Grayscale: #494949. Windows color (decimal): -15706463 or 10573328. OLE color: 10573328.
HSL color Cylindrical-coordinate representation of color #1056A1: hue angle of 211.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1056A1 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 86 | 161 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.37 |
| HSL | 211.03º | 0.82% | 0.35% | - |
| HSV(B) | 211.03º | 0.9% | 0.63% | - |
| XYZ | 9.97 | 9.34 | 35 | - |
| YUV | 73.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 161 | 0.90 | 0.47 | 0 | 0.37 | 211.03 | 0.82 | 0.35 |
| Hex | 10 | 56 | A1 | 5A | 2F | 0 | 25 | D3 | 52 | 23 |
| Octal | 20 | 126 | 241 | 132 | 57 | 0 | 45 | 323 | 122 | 43 |
| Binary | 10000 | 1010110 | 10100001 | 1011010 | 101111 | 0 | 100101 | 11010011 | 1010010 | 100011 |
Color Harmonies of #1056A1
Complementary color
Monochromatic Colors of #1056A1
Black with #1056A1
Text Example
Text Example
White with #1056A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056A1; }
p { color: rgb(16,86,161); }
H1.HeaderClassName
{
color: #1056A1;
}
.AnyTagClassName
{
color: #1056A1;
}
</style>
background-color css
<style>
a { background-color: #1056A1; }
a { background-color: rgb(16,86,161); }
div.DivClassName
{
background-color: #1056A1;
}
.BgClassName
{
background-color: #1056A1;
}
</style>
border-color css
<style>
span { border-color: #1056A1; }
span { border-color: rgb(16,86,161); }
td.TdClassName
{
border-color: #1056A1;
}
.TagClassName
{
border-color: #1056A1;
}
</style>