Shades of Denim #165CCF
Tints of Denim #165CCF
RGB
CMYK
RGB Variations
Color information
#165CCF (or 0x165CCF) is known color: Denim. HEX triplet: 16, 5C and CF. RGB value is (22,92,207). Sum of RGB (Red+Green+Blue) = 22+92+207=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #165CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CCF is #E9A330. Grayscale: #535353. Windows color (decimal): -15311665 or 13589526. OLE color: 13589526.
HSL color Cylindrical-coordinate representation of color #165CCF: hue angle of 217.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165CCF is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 92 | 207 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.19 |
| HSL | 217.3º | 0.81% | 0.45% | - |
| HSV(B) | 217.3º | 0.89% | 0.81% | - |
| XYZ | 15.42 | 12.33 | 60.6 | - |
| YUV | 84.18 | 197.31 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 207 | 0.89 | 0.56 | 0 | 0.19 | 217.3 | 0.81 | 0.45 |
| Hex | 16 | 5C | CF | 59 | 38 | 0 | 13 | D9 | 51 | 2D |
| Octal | 26 | 134 | 317 | 131 | 70 | 0 | 23 | 331 | 121 | 55 |
| Binary | 10110 | 1011100 | 11001111 | 1011001 | 111000 | 0 | 10011 | 11011001 | 1010001 | 101101 |
Color Harmonies of #165CCF
Complementary color
Monochromatic Colors of #165CCF
Black with #165CCF
Text Example
Text Example
White with #165CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CCF; }
p { color: rgb(22,92,207); }
H1.HeaderClassName
{
color: #165CCF;
}
.AnyTagClassName
{
color: #165CCF;
}
</style>
background-color css
<style>
a { background-color: #165CCF; }
a { background-color: rgb(22,92,207); }
div.DivClassName
{
background-color: #165CCF;
}
.BgClassName
{
background-color: #165CCF;
}
</style>
border-color css
<style>
span { border-color: #165CCF; }
span { border-color: rgb(22,92,207); }
td.TdClassName
{
border-color: #165CCF;
}
.TagClassName
{
border-color: #165CCF;
}
</style>