Shades of Denim #165DB4
Tints of Denim #165DB4
RGB
CMYK
RGB Variations
Color information
#165DB4 (or 0x165DB4) is known color: Denim. HEX triplet: 16, 5D and B4. RGB value is (22,93,180). Sum of RGB (Red+Green+Blue) = 22+93+180=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #165DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DB4 is #E9A24B. Grayscale: #515151. Windows color (decimal): -15311436 or 11820310. OLE color: 11820310.
HSL color Cylindrical-coordinate representation of color #165DB4: hue angle of 213.04º 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 #165DB4 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 93 | 180 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.29 |
| HSL | 213.04º | 0.78% | 0.4% | - |
| HSV(B) | 213.04º | 0.88% | 0.71% | - |
| XYZ | 12.48 | 11.29 | 44.7 | - |
| YUV | 81.69 | 183.48 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 180 | 0.88 | 0.48 | 0 | 0.29 | 213.04 | 0.78 | 0.4 |
| Hex | 16 | 5D | B4 | 58 | 30 | 0 | 1D | D5 | 4E | 28 |
| Octal | 26 | 135 | 264 | 130 | 60 | 0 | 35 | 325 | 116 | 50 |
| Binary | 10110 | 1011101 | 10110100 | 1011000 | 110000 | 0 | 11101 | 11010101 | 1001110 | 101000 |
Color Harmonies of #165DB4
Complementary color
Monochromatic Colors of #165DB4
Black with #165DB4
Text Example
Text Example
White with #165DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DB4; }
p { color: rgb(22,93,180); }
H1.HeaderClassName
{
color: #165DB4;
}
.AnyTagClassName
{
color: #165DB4;
}
</style>
background-color css
<style>
a { background-color: #165DB4; }
a { background-color: rgb(22,93,180); }
div.DivClassName
{
background-color: #165DB4;
}
.BgClassName
{
background-color: #165DB4;
}
</style>
border-color css
<style>
span { border-color: #165DB4; }
span { border-color: rgb(22,93,180); }
td.TdClassName
{
border-color: #165DB4;
}
.TagClassName
{
border-color: #165DB4;
}
</style>