Shades of Denim #165DB5
Tints of Denim #165DB5
RGB
CMYK
RGB Variations
Color information
#165DB5 (or 0x165DB5) is known color: Denim. HEX triplet: 16, 5D and B5. RGB value is (22,93,181). Sum of RGB (Red+Green+Blue) = 22+93+181=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #165DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DB5 is #E9A24A. Grayscale: #515151. Windows color (decimal): -15311435 or 11885846. OLE color: 11885846.
HSL color Cylindrical-coordinate representation of color #165DB5: hue angle of 213.21º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165DB5 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 93 | 181 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.29 |
| HSL | 213.21º | 0.78% | 0.4% | - |
| HSV(B) | 213.21º | 0.88% | 0.71% | - |
| XYZ | 12.59 | 11.34 | 45.24 | - |
| YUV | 81.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 181 | 0.88 | 0.49 | 0 | 0.29 | 213.21 | 0.78 | 0.4 |
| Hex | 16 | 5D | B5 | 58 | 31 | 0 | 1D | D5 | 4E | 28 |
| Octal | 26 | 135 | 265 | 130 | 61 | 0 | 35 | 325 | 116 | 50 |
| Binary | 10110 | 1011101 | 10110101 | 1011000 | 110001 | 0 | 11101 | 11010101 | 1001110 | 101000 |
Color Harmonies of #165DB5
Complementary color
Monochromatic Colors of #165DB5
Black with #165DB5
Text Example
Text Example
White with #165DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DB5; }
p { color: rgb(22,93,181); }
H1.HeaderClassName
{
color: #165DB5;
}
.AnyTagClassName
{
color: #165DB5;
}
</style>
background-color css
<style>
a { background-color: #165DB5; }
a { background-color: rgb(22,93,181); }
div.DivClassName
{
background-color: #165DB5;
}
.BgClassName
{
background-color: #165DB5;
}
</style>
border-color css
<style>
span { border-color: #165DB5; }
span { border-color: rgb(22,93,181); }
td.TdClassName
{
border-color: #165DB5;
}
.TagClassName
{
border-color: #165DB5;
}
</style>