Shades of Denim #165CB1
Tints of Denim #165CB1
RGB
CMYK
RGB Variations
Color information
#165CB1 (or 0x165CB1) is known color: Denim. HEX triplet: 16, 5C and B1. RGB value is (22,92,177). Sum of RGB (Red+Green+Blue) = 22+92+177=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #165CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CB1 is #E9A34E. Grayscale: #505050. Windows color (decimal): -15311695 or 11623446. OLE color: 11623446.
HSL color Cylindrical-coordinate representation of color #165CB1: hue angle of 212.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165CB1 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 92 | 177 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.31 |
| HSL | 212.9º | 0.78% | 0.39% | - |
| HSV(B) | 212.9º | 0.88% | 0.69% | - |
| XYZ | 12.09 | 11 | 43.08 | - |
| YUV | 80.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 177 | 0.88 | 0.48 | 0 | 0.31 | 212.9 | 0.78 | 0.39 |
| Hex | 16 | 5C | B1 | 58 | 30 | 0 | 1F | D5 | 4E | 27 |
| Octal | 26 | 134 | 261 | 130 | 60 | 0 | 37 | 325 | 116 | 47 |
| Binary | 10110 | 1011100 | 10110001 | 1011000 | 110000 | 0 | 11111 | 11010101 | 1001110 | 100111 |
Color Harmonies of #165CB1
Complementary color
Monochromatic Colors of #165CB1
Black with #165CB1
Text Example
Text Example
White with #165CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CB1; }
p { color: rgb(22,92,177); }
H1.HeaderClassName
{
color: #165CB1;
}
.AnyTagClassName
{
color: #165CB1;
}
</style>
background-color css
<style>
a { background-color: #165CB1; }
a { background-color: rgb(22,92,177); }
div.DivClassName
{
background-color: #165CB1;
}
.BgClassName
{
background-color: #165CB1;
}
</style>
border-color css
<style>
span { border-color: #165CB1; }
span { border-color: rgb(22,92,177); }
td.TdClassName
{
border-color: #165CB1;
}
.TagClassName
{
border-color: #165CB1;
}
</style>