Shades of Denim #165FAC
Tints of Denim #165FAC
RGB
CMYK
RGB Variations
Color information
#165FAC (or 0x165FAC) is known color: Denim. HEX triplet: 16, 5F and AC. RGB value is (22,95,172). Sum of RGB (Red+Green+Blue) = 22+95+172=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #165FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165FAC is #E9A053. Grayscale: #515151. Windows color (decimal): -15310932 or 11296534. OLE color: 11296534.
HSL color Cylindrical-coordinate representation of color #165FAC: hue angle of 210.8º 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 #165FAC is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 95 | 172 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.33 |
| HSL | 210.8º | 0.77% | 0.38% | - |
| HSV(B) | 210.8º | 0.87% | 0.67% | - |
| XYZ | 11.87 | 11.33 | 40.59 | - |
| YUV | 81.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 172 | 0.87 | 0.45 | 0 | 0.33 | 210.8 | 0.77 | 0.38 |
| Hex | 16 | 5F | AC | 57 | 2D | 0 | 21 | D3 | 4D | 26 |
| Octal | 26 | 137 | 254 | 127 | 55 | 0 | 41 | 323 | 115 | 46 |
| Binary | 10110 | 1011111 | 10101100 | 1010111 | 101101 | 0 | 100001 | 11010011 | 1001101 | 100110 |
Color Harmonies of #165FAC
Complementary color
Monochromatic Colors of #165FAC
Black with #165FAC
Text Example
Text Example
White with #165FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FAC; }
p { color: rgb(22,95,172); }
H1.HeaderClassName
{
color: #165FAC;
}
.AnyTagClassName
{
color: #165FAC;
}
</style>
background-color css
<style>
a { background-color: #165FAC; }
a { background-color: rgb(22,95,172); }
div.DivClassName
{
background-color: #165FAC;
}
.BgClassName
{
background-color: #165FAC;
}
</style>
border-color css
<style>
span { border-color: #165FAC; }
span { border-color: rgb(22,95,172); }
td.TdClassName
{
border-color: #165FAC;
}
.TagClassName
{
border-color: #165FAC;
}
</style>