Shades of Denim #165ACE
Tints of Denim #165ACE
RGB
CMYK
RGB Variations
Color information
#165ACE (or 0x165ACE) is known color: Denim. HEX triplet: 16, 5A and CE. RGB value is (22,90,206). Sum of RGB (Red+Green+Blue) = 22+90+206=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #165ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ACE is #E9A531. Grayscale: #525252. Windows color (decimal): -15312178 or 13523478. OLE color: 13523478.
HSL color Cylindrical-coordinate representation of color #165ACE: hue angle of 217.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165ACE is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 90 | 206 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.19 |
| HSL | 217.83º | 0.81% | 0.45% | - |
| HSV(B) | 217.83º | 0.89% | 0.81% | - |
| XYZ | 15.13 | 11.94 | 59.9 | - |
| YUV | 82.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 206 | 0.89 | 0.56 | 0 | 0.19 | 217.83 | 0.81 | 0.45 |
| Hex | 16 | 5A | CE | 59 | 38 | 0 | 13 | DA | 51 | 2D |
| Octal | 26 | 132 | 316 | 131 | 70 | 0 | 23 | 332 | 121 | 55 |
| Binary | 10110 | 1011010 | 11001110 | 1011001 | 111000 | 0 | 10011 | 11011010 | 1010001 | 101101 |
Color Harmonies of #165ACE
Complementary color
Monochromatic Colors of #165ACE
Black with #165ACE
Text Example
Text Example
White with #165ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ACE; }
p { color: rgb(22,90,206); }
H1.HeaderClassName
{
color: #165ACE;
}
.AnyTagClassName
{
color: #165ACE;
}
</style>
background-color css
<style>
a { background-color: #165ACE; }
a { background-color: rgb(22,90,206); }
div.DivClassName
{
background-color: #165ACE;
}
.BgClassName
{
background-color: #165ACE;
}
</style>
border-color css
<style>
span { border-color: #165ACE; }
span { border-color: rgb(22,90,206); }
td.TdClassName
{
border-color: #165ACE;
}
.TagClassName
{
border-color: #165ACE;
}
</style>