Shades of Allports #16677E
Tints of Allports #16677E
RGB
CMYK
RGB Variations
Color information
#16677E (or 0x16677E) is known color: Allports. HEX triplet: 16, 67 and 7E. RGB value is (22,103,126). Sum of RGB (Red+Green+Blue) = 22+103+126=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #16677E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16677E is #E99881. Grayscale: #515151. Windows color (decimal): -15308930 or 8283926. OLE color: 8283926.
HSL color Cylindrical-coordinate representation of color #16677E: hue angle of 193.27º 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 #16677E is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 103 | 126 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.51 |
| HSL | 193.27º | 0.7% | 0.29% | - |
| HSV(B) | 193.27º | 0.83% | 0.49% | - |
| XYZ | 8.95 | 11.38 | 21.46 | - |
| YUV | 81.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 126 | 0.83 | 0.18 | 0 | 0.51 | 193.27 | 0.7 | 0.29 |
| Hex | 16 | 67 | 7E | 53 | 12 | 0 | 33 | C1 | 46 | 1D |
| Octal | 26 | 147 | 176 | 123 | 22 | 0 | 63 | 301 | 106 | 35 |
| Binary | 10110 | 1100111 | 1111110 | 1010011 | 10010 | 0 | 110011 | 11000001 | 1000110 | 11101 |
Color Harmonies of #16677E
Complementary color
Monochromatic Colors of #16677E
Black with #16677E
Text Example
Text Example
White with #16677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16677E; }
p { color: rgb(22,103,126); }
H1.HeaderClassName
{
color: #16677E;
}
.AnyTagClassName
{
color: #16677E;
}
</style>
background-color css
<style>
a { background-color: #16677E; }
a { background-color: rgb(22,103,126); }
div.DivClassName
{
background-color: #16677E;
}
.BgClassName
{
background-color: #16677E;
}
</style>
border-color css
<style>
span { border-color: #16677E; }
span { border-color: rgb(22,103,126); }
td.TdClassName
{
border-color: #16677E;
}
.TagClassName
{
border-color: #16677E;
}
</style>