Shades of Denim #164DB5
Tints of Denim #164DB5
RGB
CMYK
RGB Variations
Color information
#164DB5 (or 0x164DB5) is known color: Denim. HEX triplet: 16, 4D and B5. RGB value is (22,77,181). Sum of RGB (Red+Green+Blue) = 22+77+181=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #164DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DB5 is #E9B24A. Grayscale: #474747. Windows color (decimal): -15315531 or 11881750. OLE color: 11881750.
HSL color Cylindrical-coordinate representation of color #164DB5: hue angle of 219.25º 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 #164DB5 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 77 | 181 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.29 |
| HSL | 219.25º | 0.78% | 0.4% | - |
| HSV(B) | 219.25º | 0.88% | 0.71% | - |
| XYZ | 11.33 | 8.81 | 44.82 | - |
| YUV | 72.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 181 | 0.88 | 0.57 | 0 | 0.29 | 219.25 | 0.78 | 0.4 |
| Hex | 16 | 4D | B5 | 58 | 39 | 0 | 1D | DB | 4E | 28 |
| Octal | 26 | 115 | 265 | 130 | 71 | 0 | 35 | 333 | 116 | 50 |
| Binary | 10110 | 1001101 | 10110101 | 1011000 | 111001 | 0 | 11101 | 11011011 | 1001110 | 101000 |
Color Harmonies of #164DB5
Complementary color
Monochromatic Colors of #164DB5
Black with #164DB5
Text Example
Text Example
White with #164DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DB5; }
p { color: rgb(22,77,181); }
H1.HeaderClassName
{
color: #164DB5;
}
.AnyTagClassName
{
color: #164DB5;
}
</style>
background-color css
<style>
a { background-color: #164DB5; }
a { background-color: rgb(22,77,181); }
div.DivClassName
{
background-color: #164DB5;
}
.BgClassName
{
background-color: #164DB5;
}
</style>
border-color css
<style>
span { border-color: #164DB5; }
span { border-color: rgb(22,77,181); }
td.TdClassName
{
border-color: #164DB5;
}
.TagClassName
{
border-color: #164DB5;
}
</style>