Shades of Denim #166FCB
Tints of Denim #166FCB
RGB
CMYK
RGB Variations
Color information
#166FCB (or 0x166FCB) is known color: Denim. HEX triplet: 16, 6F and CB. RGB value is (22,111,203). Sum of RGB (Red+Green+Blue) = 22+111+203=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #166FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FCB is #E99034. Grayscale: #5E5E5E. Windows color (decimal): -15306805 or 13332246. OLE color: 13332246.
HSL color Cylindrical-coordinate representation of color #166FCB: hue angle of 210.5º 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 #166FCB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 111 | 203 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.20 |
| HSL | 210.5º | 0.8% | 0.44% | - |
| HSV(B) | 210.5º | 0.89% | 0.8% | - |
| XYZ | 16.79 | 15.85 | 58.67 | - |
| YUV | 94.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 203 | 0.89 | 0.45 | 0 | 0.20 | 210.5 | 0.8 | 0.44 |
| Hex | 16 | 6F | CB | 59 | 2D | 0 | 14 | D2 | 50 | 2C |
| Octal | 26 | 157 | 313 | 131 | 55 | 0 | 24 | 322 | 120 | 54 |
| Binary | 10110 | 1101111 | 11001011 | 1011001 | 101101 | 0 | 10100 | 11010010 | 1010000 | 101100 |
Color Harmonies of #166FCB
Complementary color
Monochromatic Colors of #166FCB
Black with #166FCB
Text Example
Text Example
White with #166FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FCB; }
p { color: rgb(22,111,203); }
H1.HeaderClassName
{
color: #166FCB;
}
.AnyTagClassName
{
color: #166FCB;
}
</style>
background-color css
<style>
a { background-color: #166FCB; }
a { background-color: rgb(22,111,203); }
div.DivClassName
{
background-color: #166FCB;
}
.BgClassName
{
background-color: #166FCB;
}
</style>
border-color css
<style>
span { border-color: #166FCB; }
span { border-color: rgb(22,111,203); }
td.TdClassName
{
border-color: #166FCB;
}
.TagClassName
{
border-color: #166FCB;
}
</style>