Shades of Allports #166381
Tints of Allports #166381
RGB
CMYK
RGB Variations
Color information
#166381 (or 0x166381) is known color: Allports. HEX triplet: 16, 63 and 81. RGB value is (22,99,129). Sum of RGB (Red+Green+Blue) = 22+99+129=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #166381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166381 is #E99C7E. Grayscale: #4F4F4F. Windows color (decimal): -15309951 or 8479510. OLE color: 8479510.
HSL color Cylindrical-coordinate representation of color #166381: hue angle of 196.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166381 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 99 | 129 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.49 |
| HSL | 196.82º | 0.71% | 0.3% | - |
| HSV(B) | 196.82º | 0.83% | 0.51% | - |
| XYZ | 8.76 | 10.68 | 22.37 | - |
| YUV | 79.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 129 | 0.83 | 0.23 | 0 | 0.49 | 196.82 | 0.71 | 0.3 |
| Hex | 16 | 63 | 81 | 53 | 17 | 0 | 31 | C5 | 47 | 1E |
| Octal | 26 | 143 | 201 | 123 | 27 | 0 | 61 | 305 | 107 | 36 |
| Binary | 10110 | 1100011 | 10000001 | 1010011 | 10111 | 0 | 110001 | 11000101 | 1000111 | 11110 |
Color Harmonies of #166381
Complementary color
Monochromatic Colors of #166381
Black with #166381
Text Example
Text Example
White with #166381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166381; }
p { color: rgb(22,99,129); }
H1.HeaderClassName
{
color: #166381;
}
.AnyTagClassName
{
color: #166381;
}
</style>
background-color css
<style>
a { background-color: #166381; }
a { background-color: rgb(22,99,129); }
div.DivClassName
{
background-color: #166381;
}
.BgClassName
{
background-color: #166381;
}
</style>
border-color css
<style>
span { border-color: #166381; }
span { border-color: rgb(22,99,129); }
td.TdClassName
{
border-color: #166381;
}
.TagClassName
{
border-color: #166381;
}
</style>