Shades of Denim #165DCC
Tints of Denim #165DCC
RGB
CMYK
RGB Variations
Color information
#165DCC (or 0x165DCC) is known color: Denim. HEX triplet: 16, 5D and CC. RGB value is (22,93,204). Sum of RGB (Red+Green+Blue) = 22+93+204=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #165DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DCC is #E9A233. Grayscale: #535353. Windows color (decimal): -15311412 or 13393174. OLE color: 13393174.
HSL color Cylindrical-coordinate representation of color #165DCC: hue angle of 216.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165DCC is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 93 | 204 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.2 |
| HSL | 216.59º | 0.81% | 0.44% | - |
| HSV(B) | 216.59º | 0.89% | 0.8% | - |
| XYZ | 15.14 | 12.36 | 58.71 | - |
| YUV | 84.43 | 195.48 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 204 | 0.89 | 0.54 | 0 | 0.2 | 216.59 | 0.81 | 0.44 |
| Hex | 16 | 5D | CC | 59 | 36 | 0 | 14 | D9 | 51 | 2C |
| Octal | 26 | 135 | 314 | 131 | 66 | 0 | 24 | 331 | 121 | 54 |
| Binary | 10110 | 1011101 | 11001100 | 1011001 | 110110 | 0 | 10100 | 11011001 | 1010001 | 101100 |
Color Harmonies of #165DCC
Complementary color
Monochromatic Colors of #165DCC
Black with #165DCC
Text Example
Text Example
White with #165DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DCC; }
p { color: rgb(22,93,204); }
H1.HeaderClassName
{
color: #165DCC;
}
.AnyTagClassName
{
color: #165DCC;
}
</style>
background-color css
<style>
a { background-color: #165DCC; }
a { background-color: rgb(22,93,204); }
div.DivClassName
{
background-color: #165DCC;
}
.BgClassName
{
background-color: #165DCC;
}
</style>
border-color css
<style>
span { border-color: #165DCC; }
span { border-color: rgb(22,93,204); }
td.TdClassName
{
border-color: #165DCC;
}
.TagClassName
{
border-color: #165DCC;
}
</style>