Shades of Denim #165ACC
Tints of Denim #165ACC
RGB
CMYK
RGB Variations
Color information
#165ACC (or 0x165ACC) is known color: Denim. HEX triplet: 16, 5A and CC. RGB value is (22,90,204). Sum of RGB (Red+Green+Blue) = 22+90+204=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #165ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ACC is #E9A533. Grayscale: #525252. Windows color (decimal): -15312180 or 13392406. OLE color: 13392406.
HSL color Cylindrical-coordinate representation of color #165ACC: hue angle of 217.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165ACC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 90 | 204 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.2 |
| HSL | 217.58º | 0.81% | 0.44% | - |
| HSV(B) | 217.58º | 0.89% | 0.8% | - |
| XYZ | 14.89 | 11.84 | 58.63 | - |
| YUV | 82.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 204 | 0.89 | 0.56 | 0 | 0.2 | 217.58 | 0.81 | 0.44 |
| Hex | 16 | 5A | CC | 59 | 38 | 0 | 14 | DA | 51 | 2C |
| Octal | 26 | 132 | 314 | 131 | 70 | 0 | 24 | 332 | 121 | 54 |
| Binary | 10110 | 1011010 | 11001100 | 1011001 | 111000 | 0 | 10100 | 11011010 | 1010001 | 101100 |
Color Harmonies of #165ACC
Complementary color
Monochromatic Colors of #165ACC
Black with #165ACC
Text Example
Text Example
White with #165ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ACC; }
p { color: rgb(22,90,204); }
H1.HeaderClassName
{
color: #165ACC;
}
.AnyTagClassName
{
color: #165ACC;
}
</style>
background-color css
<style>
a { background-color: #165ACC; }
a { background-color: rgb(22,90,204); }
div.DivClassName
{
background-color: #165ACC;
}
.BgClassName
{
background-color: #165ACC;
}
</style>
border-color css
<style>
span { border-color: #165ACC; }
span { border-color: rgb(22,90,204); }
td.TdClassName
{
border-color: #165ACC;
}
.TagClassName
{
border-color: #165ACC;
}
</style>