Shades of Cobalt #1056A4
Tints of Cobalt #1056A4
RGB
CMYK
RGB Variations
Color information
#1056A4 (or 0x1056A4) is known color: Cobalt. HEX triplet: 10, 56 and A4. RGB value is (16,86,164). Sum of RGB (Red+Green+Blue) = 16+86+164=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #1056A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056A4 is #EFA95B. Grayscale: #494949. Windows color (decimal): -15706460 or 10769936. OLE color: 10769936.
HSL color Cylindrical-coordinate representation of color #1056A4: hue angle of 211.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1056A4 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 86 | 164 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.36 |
| HSL | 211.62º | 0.82% | 0.35% | - |
| HSV(B) | 211.62º | 0.9% | 0.64% | - |
| XYZ | 10.24 | 9.45 | 36.41 | - |
| YUV | 73.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 164 | 0.90 | 0.48 | 0 | 0.36 | 211.62 | 0.82 | 0.35 |
| Hex | 10 | 56 | A4 | 5A | 30 | 0 | 24 | D4 | 52 | 23 |
| Octal | 20 | 126 | 244 | 132 | 60 | 0 | 44 | 324 | 122 | 43 |
| Binary | 10000 | 1010110 | 10100100 | 1011010 | 110000 | 0 | 100100 | 11010100 | 1010010 | 100011 |
Color Harmonies of #1056A4
Complementary color
Monochromatic Colors of #1056A4
Black with #1056A4
Text Example
Text Example
White with #1056A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056A4; }
p { color: rgb(16,86,164); }
H1.HeaderClassName
{
color: #1056A4;
}
.AnyTagClassName
{
color: #1056A4;
}
</style>
background-color css
<style>
a { background-color: #1056A4; }
a { background-color: rgb(16,86,164); }
div.DivClassName
{
background-color: #1056A4;
}
.BgClassName
{
background-color: #1056A4;
}
</style>
border-color css
<style>
span { border-color: #1056A4; }
span { border-color: rgb(16,86,164); }
td.TdClassName
{
border-color: #1056A4;
}
.TagClassName
{
border-color: #1056A4;
}
</style>