Shades of Denim #1056AB
Tints of Denim #1056AB
RGB
CMYK
RGB Variations
Color information
#1056AB (or 0x1056AB) is known color: Denim. HEX triplet: 10, 56 and AB. RGB value is (16,86,171). Sum of RGB (Red+Green+Blue) = 16+86+171=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1056AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056AB is #EFA954. Grayscale: #4A4A4A. Windows color (decimal): -15706453 or 11228688. OLE color: 11228688.
HSL color Cylindrical-coordinate representation of color #1056AB: hue angle of 212.9º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1056AB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 86 | 171 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.33 |
| HSL | 212.9º | 0.83% | 0.37% | - |
| HSV(B) | 212.9º | 0.91% | 0.67% | - |
| XYZ | 10.89 | 9.71 | 39.83 | - |
| YUV | 74.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 171 | 0.91 | 0.50 | 0 | 0.33 | 212.9 | 0.83 | 0.37 |
| Hex | 10 | 56 | AB | 5B | 32 | 0 | 21 | D5 | 53 | 25 |
| Octal | 20 | 126 | 253 | 133 | 62 | 0 | 41 | 325 | 123 | 45 |
| Binary | 10000 | 1010110 | 10101011 | 1011011 | 110010 | 0 | 100001 | 11010101 | 1010011 | 100101 |
Color Harmonies of #1056AB
Complementary color
Monochromatic Colors of #1056AB
Black with #1056AB
Text Example
Text Example
White with #1056AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056AB; }
p { color: rgb(16,86,171); }
H1.HeaderClassName
{
color: #1056AB;
}
.AnyTagClassName
{
color: #1056AB;
}
</style>
background-color css
<style>
a { background-color: #1056AB; }
a { background-color: rgb(16,86,171); }
div.DivClassName
{
background-color: #1056AB;
}
.BgClassName
{
background-color: #1056AB;
}
</style>
border-color css
<style>
span { border-color: #1056AB; }
span { border-color: rgb(16,86,171); }
td.TdClassName
{
border-color: #1056AB;
}
.TagClassName
{
border-color: #1056AB;
}
</style>