Shades of Denim #165CCC
Tints of Denim #165CCC
RGB
CMYK
RGB Variations
Color information
#165CCC (or 0x165CCC) is known color: Denim. HEX triplet: 16, 5C and CC. RGB value is (22,92,204). Sum of RGB (Red+Green+Blue) = 22+92+204=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #165CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CCC is #E9A333. Grayscale: #535353. Windows color (decimal): -15311668 or 13392918. OLE color: 13392918.
HSL color Cylindrical-coordinate representation of color #165CCC: hue angle of 216.92º 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 #165CCC is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 92 | 204 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.2 |
| HSL | 216.92º | 0.81% | 0.44% | - |
| HSV(B) | 216.92º | 0.89% | 0.8% | - |
| XYZ | 15.06 | 12.18 | 58.68 | - |
| YUV | 83.84 | 195.81 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 204 | 0.89 | 0.55 | 0 | 0.2 | 216.92 | 0.81 | 0.44 |
| Hex | 16 | 5C | CC | 59 | 37 | 0 | 14 | D9 | 51 | 2C |
| Octal | 26 | 134 | 314 | 131 | 67 | 0 | 24 | 331 | 121 | 54 |
| Binary | 10110 | 1011100 | 11001100 | 1011001 | 110111 | 0 | 10100 | 11011001 | 1010001 | 101100 |
Color Harmonies of #165CCC
Complementary color
Monochromatic Colors of #165CCC
Black with #165CCC
Text Example
Text Example
White with #165CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CCC; }
p { color: rgb(22,92,204); }
H1.HeaderClassName
{
color: #165CCC;
}
.AnyTagClassName
{
color: #165CCC;
}
</style>
background-color css
<style>
a { background-color: #165CCC; }
a { background-color: rgb(22,92,204); }
div.DivClassName
{
background-color: #165CCC;
}
.BgClassName
{
background-color: #165CCC;
}
</style>
border-color css
<style>
span { border-color: #165CCC; }
span { border-color: rgb(22,92,204); }
td.TdClassName
{
border-color: #165CCC;
}
.TagClassName
{
border-color: #165CCC;
}
</style>