Shades of Allports #166184
Tints of Allports #166184
RGB
CMYK
RGB Variations
Color information
#166184 (or 0x166184) is known color: Allports. HEX triplet: 16, 61 and 84. RGB value is (22,97,132). Sum of RGB (Red+Green+Blue) = 22+97+132=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #166184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166184 is #E99E7B. Grayscale: #4E4E4E. Windows color (decimal): -15310460 or 8675606. OLE color: 8675606.
HSL color Cylindrical-coordinate representation of color #166184: hue angle of 199.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166184 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 97 | 132 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.48 |
| HSL | 199.09º | 0.71% | 0.3% | - |
| HSV(B) | 199.09º | 0.83% | 0.52% | - |
| XYZ | 8.77 | 10.39 | 23.37 | - |
| YUV | 78.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 132 | 0.83 | 0.27 | 0 | 0.48 | 199.09 | 0.71 | 0.3 |
| Hex | 16 | 61 | 84 | 53 | 1B | 0 | 30 | C7 | 47 | 1E |
| Octal | 26 | 141 | 204 | 123 | 33 | 0 | 60 | 307 | 107 | 36 |
| Binary | 10110 | 1100001 | 10000100 | 1010011 | 11011 | 0 | 110000 | 11000111 | 1000111 | 11110 |
Color Harmonies of #166184
Complementary color
Monochromatic Colors of #166184
Black with #166184
Text Example
Text Example
White with #166184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166184; }
p { color: rgb(22,97,132); }
H1.HeaderClassName
{
color: #166184;
}
.AnyTagClassName
{
color: #166184;
}
</style>
background-color css
<style>
a { background-color: #166184; }
a { background-color: rgb(22,97,132); }
div.DivClassName
{
background-color: #166184;
}
.BgClassName
{
background-color: #166184;
}
</style>
border-color css
<style>
span { border-color: #166184; }
span { border-color: rgb(22,97,132); }
td.TdClassName
{
border-color: #166184;
}
.TagClassName
{
border-color: #166184;
}
</style>