Shades of Denim #165CB8
Tints of Denim #165CB8
RGB
CMYK
RGB Variations
Color information
#165CB8 (or 0x165CB8) is known color: Denim. HEX triplet: 16, 5C and B8. RGB value is (22,92,184). Sum of RGB (Red+Green+Blue) = 22+92+184=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #165CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CB8 is #E9A347. Grayscale: #515151. Windows color (decimal): -15311688 or 12082198. OLE color: 12082198.
HSL color Cylindrical-coordinate representation of color #165CB8: hue angle of 214.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165CB8 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 92 | 184 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.28 |
| HSL | 214.07º | 0.79% | 0.4% | - |
| HSV(B) | 214.07º | 0.88% | 0.72% | - |
| XYZ | 12.81 | 11.29 | 46.85 | - |
| YUV | 81.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 184 | 0.88 | 0.50 | 0 | 0.28 | 214.07 | 0.79 | 0.4 |
| Hex | 16 | 5C | B8 | 58 | 32 | 0 | 1C | D6 | 4F | 28 |
| Octal | 26 | 134 | 270 | 130 | 62 | 0 | 34 | 326 | 117 | 50 |
| Binary | 10110 | 1011100 | 10111000 | 1011000 | 110010 | 0 | 11100 | 11010110 | 1001111 | 101000 |
Color Harmonies of #165CB8
Complementary color
Monochromatic Colors of #165CB8
Black with #165CB8
Text Example
Text Example
White with #165CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CB8; }
p { color: rgb(22,92,184); }
H1.HeaderClassName
{
color: #165CB8;
}
.AnyTagClassName
{
color: #165CB8;
}
</style>
background-color css
<style>
a { background-color: #165CB8; }
a { background-color: rgb(22,92,184); }
div.DivClassName
{
background-color: #165CB8;
}
.BgClassName
{
background-color: #165CB8;
}
</style>
border-color css
<style>
span { border-color: #165CB8; }
span { border-color: rgb(22,92,184); }
td.TdClassName
{
border-color: #165CB8;
}
.TagClassName
{
border-color: #165CB8;
}
</style>