Shades of Denim #165CAC
Tints of Denim #165CAC
RGB
CMYK
RGB Variations
Color information
#165CAC (or 0x165CAC) is known color: Denim. HEX triplet: 16, 5C and AC. RGB value is (22,92,172). Sum of RGB (Red+Green+Blue) = 22+92+172=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #165CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CAC is #E9A353. Grayscale: #4F4F4F. Windows color (decimal): -15311700 or 11295766. OLE color: 11295766.
HSL color Cylindrical-coordinate representation of color #165CAC: hue angle of 212º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165CAC is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 92 | 172 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.33 |
| HSL | 212º | 0.77% | 0.38% | - |
| HSV(B) | 212º | 0.87% | 0.67% | - |
| XYZ | 11.6 | 10.8 | 40.5 | - |
| YUV | 80.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 172 | 0.87 | 0.47 | 0 | 0.33 | 212 | 0.77 | 0.38 |
| Hex | 16 | 5C | AC | 57 | 2F | 0 | 21 | D4 | 4D | 26 |
| Octal | 26 | 134 | 254 | 127 | 57 | 0 | 41 | 324 | 115 | 46 |
| Binary | 10110 | 1011100 | 10101100 | 1010111 | 101111 | 0 | 100001 | 11010100 | 1001101 | 100110 |
Color Harmonies of #165CAC
Complementary color
Monochromatic Colors of #165CAC
Black with #165CAC
Text Example
Text Example
White with #165CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CAC; }
p { color: rgb(22,92,172); }
H1.HeaderClassName
{
color: #165CAC;
}
.AnyTagClassName
{
color: #165CAC;
}
</style>
background-color css
<style>
a { background-color: #165CAC; }
a { background-color: rgb(22,92,172); }
div.DivClassName
{
background-color: #165CAC;
}
.BgClassName
{
background-color: #165CAC;
}
</style>
border-color css
<style>
span { border-color: #165CAC; }
span { border-color: rgb(22,92,172); }
td.TdClassName
{
border-color: #165CAC;
}
.TagClassName
{
border-color: #165CAC;
}
</style>