Shades of Allports #16617E
Tints of Allports #16617E
RGB
CMYK
RGB Variations
Color information
#16617E (or 0x16617E) is known color: Allports. HEX triplet: 16, 61 and 7E. RGB value is (22,97,126). Sum of RGB (Red+Green+Blue) = 22+97+126=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #16617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16617E is #E99E81. Grayscale: #4D4D4D. Windows color (decimal): -15310466 or 8282390. OLE color: 8282390.
HSL color Cylindrical-coordinate representation of color #16617E: hue angle of 196.73º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16617E is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 97 | 126 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.51 |
| HSL | 196.73º | 0.7% | 0.29% | - |
| HSV(B) | 196.73º | 0.83% | 0.49% | - |
| XYZ | 8.37 | 10.23 | 21.27 | - |
| YUV | 77.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 126 | 0.83 | 0.23 | 0 | 0.51 | 196.73 | 0.7 | 0.29 |
| Hex | 16 | 61 | 7E | 53 | 17 | 0 | 33 | C5 | 46 | 1D |
| Octal | 26 | 141 | 176 | 123 | 27 | 0 | 63 | 305 | 106 | 35 |
| Binary | 10110 | 1100001 | 1111110 | 1010011 | 10111 | 0 | 110011 | 11000101 | 1000110 | 11101 |
Color Harmonies of #16617E
Complementary color
Monochromatic Colors of #16617E
Black with #16617E
Text Example
Text Example
White with #16617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16617E; }
p { color: rgb(22,97,126); }
H1.HeaderClassName
{
color: #16617E;
}
.AnyTagClassName
{
color: #16617E;
}
</style>
background-color css
<style>
a { background-color: #16617E; }
a { background-color: rgb(22,97,126); }
div.DivClassName
{
background-color: #16617E;
}
.BgClassName
{
background-color: #16617E;
}
</style>
border-color css
<style>
span { border-color: #16617E; }
span { border-color: rgb(22,97,126); }
td.TdClassName
{
border-color: #16617E;
}
.TagClassName
{
border-color: #16617E;
}
</style>