Shades of Denim #165ADA
Tints of Denim #165ADA
RGB
CMYK
RGB Variations
Color information
#165ADA (or 0x165ADA) is known color: Denim. HEX triplet: 16, 5A and DA. RGB value is (22,90,218). Sum of RGB (Red+Green+Blue) = 22+90+218=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #165ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ADA is #E9A525. Grayscale: #535353. Windows color (decimal): -15312166 or 14309910. OLE color: 14309910.
HSL color Cylindrical-coordinate representation of color #165ADA: hue angle of 219.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165ADA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 90 | 218 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.15 |
| HSL | 219.18º | 0.82% | 0.47% | - |
| HSV(B) | 219.18º | 0.9% | 0.85% | - |
| XYZ | 16.64 | 12.54 | 67.87 | - |
| YUV | 84.26 | 203.47 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 218 | 0.90 | 0.59 | 0 | 0.15 | 219.18 | 0.82 | 0.47 |
| Hex | 16 | 5A | DA | 5A | 3B | 0 | F | DB | 52 | 2F |
| Octal | 26 | 132 | 332 | 132 | 73 | 0 | 17 | 333 | 122 | 57 |
| Binary | 10110 | 1011010 | 11011010 | 1011010 | 111011 | 0 | 1111 | 11011011 | 1010010 | 101111 |
Color Harmonies of #165ADA
Complementary color
Monochromatic Colors of #165ADA
Black with #165ADA
Text Example
Text Example
White with #165ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ADA; }
p { color: rgb(22,90,218); }
H1.HeaderClassName
{
color: #165ADA;
}
.AnyTagClassName
{
color: #165ADA;
}
</style>
background-color css
<style>
a { background-color: #165ADA; }
a { background-color: rgb(22,90,218); }
div.DivClassName
{
background-color: #165ADA;
}
.BgClassName
{
background-color: #165ADA;
}
</style>
border-color css
<style>
span { border-color: #165ADA; }
span { border-color: rgb(22,90,218); }
td.TdClassName
{
border-color: #165ADA;
}
.TagClassName
{
border-color: #165ADA;
}
</style>