Shades of Cobalt #1056A8
Tints of Cobalt #1056A8
RGB
CMYK
RGB Variations
Color information
#1056A8 (or 0x1056A8) is known color: Cobalt. HEX triplet: 10, 56 and A8. RGB value is (16,86,168). Sum of RGB (Red+Green+Blue) = 16+86+168=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 168 (66.02% from 255 or 62.22% from 270); Max value from RGB is 168 - color contains mainly: blue. Hex color #1056A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056A8 is #EFA957. Grayscale: #4A4A4A. Windows color (decimal): -15706456 or 11032080. OLE color: 11032080.
HSL color Cylindrical-coordinate representation of color #1056A8: hue angle of 212.37º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1056A8 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 86 | 168 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.34 |
| HSL | 212.37º | 0.83% | 0.36% | - |
| HSV(B) | 212.37º | 0.9% | 0.66% | - |
| XYZ | 10.61 | 9.59 | 38.34 | - |
| YUV | 74.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 168 | 0.90 | 0.49 | 0 | 0.34 | 212.37 | 0.83 | 0.36 |
| Hex | 10 | 56 | A8 | 5A | 31 | 0 | 22 | D4 | 53 | 24 |
| Octal | 20 | 126 | 250 | 132 | 61 | 0 | 42 | 324 | 123 | 44 |
| Binary | 10000 | 1010110 | 10101000 | 1011010 | 110001 | 0 | 100010 | 11010100 | 1010011 | 100100 |
Color Harmonies of #1056A8
Complementary color
Monochromatic Colors of #1056A8
Black with #1056A8
Text Example
Text Example
White with #1056A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056A8; }
p { color: rgb(16,86,168); }
H1.HeaderClassName
{
color: #1056A8;
}
.AnyTagClassName
{
color: #1056A8;
}
</style>
background-color css
<style>
a { background-color: #1056A8; }
a { background-color: rgb(16,86,168); }
div.DivClassName
{
background-color: #1056A8;
}
.BgClassName
{
background-color: #1056A8;
}
</style>
border-color css
<style>
span { border-color: #1056A8; }
span { border-color: rgb(16,86,168); }
td.TdClassName
{
border-color: #1056A8;
}
.TagClassName
{
border-color: #1056A8;
}
</style>