Shades of Denim #165FCB
Tints of Denim #165FCB
RGB
CMYK
RGB Variations
Color information
#165FCB (or 0x165FCB) is known color: Denim. HEX triplet: 16, 5F and CB. RGB value is (22,95,203). Sum of RGB (Red+Green+Blue) = 22+95+203=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #165FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FCB is #E9A034. Grayscale: #545454. Windows color (decimal): -15310901 or 13328150. OLE color: 13328150.
HSL color Cylindrical-coordinate representation of color #165FCB: hue angle of 215.8º degrees, saturation: 0.8, 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 #165FCB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 95 | 203 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.20 |
| HSL | 215.8º | 0.8% | 0.44% | - |
| HSV(B) | 215.8º | 0.89% | 0.8% | - |
| XYZ | 15.2 | 12.67 | 58.14 | - |
| YUV | 85.49 | 194.32 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 203 | 0.89 | 0.53 | 0 | 0.20 | 215.8 | 0.8 | 0.44 |
| Hex | 16 | 5F | CB | 59 | 35 | 0 | 14 | D8 | 50 | 2C |
| Octal | 26 | 137 | 313 | 131 | 65 | 0 | 24 | 330 | 120 | 54 |
| Binary | 10110 | 1011111 | 11001011 | 1011001 | 110101 | 0 | 10100 | 11011000 | 1010000 | 101100 |
Color Harmonies of #165FCB
Complementary color
Monochromatic Colors of #165FCB
Black with #165FCB
Text Example
Text Example
White with #165FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FCB; }
p { color: rgb(22,95,203); }
H1.HeaderClassName
{
color: #165FCB;
}
.AnyTagClassName
{
color: #165FCB;
}
</style>
background-color css
<style>
a { background-color: #165FCB; }
a { background-color: rgb(22,95,203); }
div.DivClassName
{
background-color: #165FCB;
}
.BgClassName
{
background-color: #165FCB;
}
</style>
border-color css
<style>
span { border-color: #165FCB; }
span { border-color: rgb(22,95,203); }
td.TdClassName
{
border-color: #165FCB;
}
.TagClassName
{
border-color: #165FCB;
}
</style>