Shades of Allports #16627C
Tints of Allports #16627C
RGB
CMYK
RGB Variations
Color information
#16627C (or 0x16627C) is known color: Allports. HEX triplet: 16, 62 and 7C. RGB value is (22,98,124). Sum of RGB (Red+Green+Blue) = 22+98+124=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #16627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16627C is #E99D83. Grayscale: #4E4E4E. Windows color (decimal): -15310212 or 8151574. OLE color: 8151574.
HSL color Cylindrical-coordinate representation of color #16627C: hue angle of 195.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16627C is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 98 | 124 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.51 |
| HSL | 195.29º | 0.7% | 0.29% | - |
| HSV(B) | 195.29º | 0.82% | 0.49% | - |
| XYZ | 8.34 | 10.36 | 20.63 | - |
| YUV | 78.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 124 | 0.82 | 0.21 | 0 | 0.51 | 195.29 | 0.7 | 0.29 |
| Hex | 16 | 62 | 7C | 52 | 15 | 0 | 33 | C3 | 46 | 1D |
| Octal | 26 | 142 | 174 | 122 | 25 | 0 | 63 | 303 | 106 | 35 |
| Binary | 10110 | 1100010 | 1111100 | 1010010 | 10101 | 0 | 110011 | 11000011 | 1000110 | 11101 |
Color Harmonies of #16627C
Complementary color
Monochromatic Colors of #16627C
Black with #16627C
Text Example
Text Example
White with #16627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16627C; }
p { color: rgb(22,98,124); }
H1.HeaderClassName
{
color: #16627C;
}
.AnyTagClassName
{
color: #16627C;
}
</style>
background-color css
<style>
a { background-color: #16627C; }
a { background-color: rgb(22,98,124); }
div.DivClassName
{
background-color: #16627C;
}
.BgClassName
{
background-color: #16627C;
}
</style>
border-color css
<style>
span { border-color: #16627C; }
span { border-color: rgb(22,98,124); }
td.TdClassName
{
border-color: #16627C;
}
.TagClassName
{
border-color: #16627C;
}
</style>