Shades of Denim #1154AC
Tints of Denim #1154AC
RGB
CMYK
RGB Variations
Color information
#1154AC (or 0x1154AC) is known color: Denim. HEX triplet: 11, 54 and AC. RGB value is (17,84,172). Sum of RGB (Red+Green+Blue) = 17+84+172=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #1154AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1154AC is #EEAB53. Grayscale: #494949. Windows color (decimal): -15641428 or 11293713. OLE color: 11293713.
HSL color Cylindrical-coordinate representation of color #1154AC: hue angle of 214.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1154AC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 84 | 172 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.33 |
| HSL | 214.06º | 0.82% | 0.37% | - |
| HSV(B) | 214.06º | 0.9% | 0.67% | - |
| XYZ | 10.85 | 9.44 | 40.28 | - |
| YUV | 74 | 183.3 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 172 | 0.90 | 0.51 | 0 | 0.33 | 214.06 | 0.82 | 0.37 |
| Hex | 11 | 54 | AC | 5A | 33 | 0 | 21 | D6 | 52 | 25 |
| Octal | 21 | 124 | 254 | 132 | 63 | 0 | 41 | 326 | 122 | 45 |
| Binary | 10001 | 1010100 | 10101100 | 1011010 | 110011 | 0 | 100001 | 11010110 | 1010010 | 100101 |
Color Harmonies of #1154AC
Complementary color
Monochromatic Colors of #1154AC
Black with #1154AC
Text Example
Text Example
White with #1154AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1154AC; }
p { color: rgb(17,84,172); }
H1.HeaderClassName
{
color: #1154AC;
}
.AnyTagClassName
{
color: #1154AC;
}
</style>
background-color css
<style>
a { background-color: #1154AC; }
a { background-color: rgb(17,84,172); }
div.DivClassName
{
background-color: #1154AC;
}
.BgClassName
{
background-color: #1154AC;
}
</style>
border-color css
<style>
span { border-color: #1154AC; }
span { border-color: rgb(17,84,172); }
td.TdClassName
{
border-color: #1154AC;
}
.TagClassName
{
border-color: #1154AC;
}
</style>