Shades of Allports #166995
Tints of Allports #166995
RGB
CMYK
RGB Variations
Color information
#166995 (or 0x166995) is known color: Allports. HEX triplet: 16, 69 and 95. RGB value is (22,105,149). Sum of RGB (Red+Green+Blue) = 22+105+149=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #166995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166995 is #E9966A. Grayscale: #545454. Windows color (decimal): -15308395 or 9791766. OLE color: 9791766.
HSL color Cylindrical-coordinate representation of color #166995: hue angle of 200.79º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166995 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 105 | 149 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.42 |
| HSL | 200.79º | 0.74% | 0.34% | - |
| HSV(B) | 200.79º | 0.85% | 0.58% | - |
| XYZ | 10.81 | 12.44 | 30.27 | - |
| YUV | 85.2 | 164 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 149 | 0.85 | 0.30 | 0 | 0.42 | 200.79 | 0.74 | 0.34 |
| Hex | 16 | 69 | 95 | 55 | 1E | 0 | 2A | C9 | 4A | 22 |
| Octal | 26 | 151 | 225 | 125 | 36 | 0 | 52 | 311 | 112 | 42 |
| Binary | 10110 | 1101001 | 10010101 | 1010101 | 11110 | 0 | 101010 | 11001001 | 1001010 | 100010 |
Color Harmonies of #166995
Complementary color
Monochromatic Colors of #166995
Black with #166995
Text Example
Text Example
White with #166995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166995; }
p { color: rgb(22,105,149); }
H1.HeaderClassName
{
color: #166995;
}
.AnyTagClassName
{
color: #166995;
}
</style>
background-color css
<style>
a { background-color: #166995; }
a { background-color: rgb(22,105,149); }
div.DivClassName
{
background-color: #166995;
}
.BgClassName
{
background-color: #166995;
}
</style>
border-color css
<style>
span { border-color: #166995; }
span { border-color: rgb(22,105,149); }
td.TdClassName
{
border-color: #166995;
}
.TagClassName
{
border-color: #166995;
}
</style>