Shades of Denim #1056AC
Tints of Denim #1056AC
RGB
CMYK
RGB Variations
Color information
#1056AC (or 0x1056AC) is known color: Denim. HEX triplet: 10, 56 and AC. RGB value is (16,86,172). Sum of RGB (Red+Green+Blue) = 16+86+172=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #1056AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056AC is #EFA953. Grayscale: #4A4A4A. Windows color (decimal): -15706452 or 11294224. OLE color: 11294224.
HSL color Cylindrical-coordinate representation of color #1056AC: hue angle of 213.08º 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 #1056AC is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 86 | 172 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.33 |
| HSL | 213.08º | 0.83% | 0.37% | - |
| HSV(B) | 213.08º | 0.91% | 0.67% | - |
| XYZ | 10.99 | 9.74 | 40.33 | - |
| YUV | 74.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 172 | 0.91 | 0.5 | 0 | 0.33 | 213.08 | 0.83 | 0.37 |
| Hex | 10 | 56 | AC | 5B | 32 | 0 | 21 | D5 | 53 | 25 |
| Octal | 20 | 126 | 254 | 133 | 62 | 0 | 41 | 325 | 123 | 45 |
| Binary | 10000 | 1010110 | 10101100 | 1011011 | 110010 | 0 | 100001 | 11010101 | 1010011 | 100101 |
Color Harmonies of #1056AC
Complementary color
Monochromatic Colors of #1056AC
Black with #1056AC
Text Example
Text Example
White with #1056AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056AC; }
p { color: rgb(16,86,172); }
H1.HeaderClassName
{
color: #1056AC;
}
.AnyTagClassName
{
color: #1056AC;
}
</style>
background-color css
<style>
a { background-color: #1056AC; }
a { background-color: rgb(16,86,172); }
div.DivClassName
{
background-color: #1056AC;
}
.BgClassName
{
background-color: #1056AC;
}
</style>
border-color css
<style>
span { border-color: #1056AC; }
span { border-color: rgb(16,86,172); }
td.TdClassName
{
border-color: #1056AC;
}
.TagClassName
{
border-color: #1056AC;
}
</style>