Shades of Allports #16637C
Tints of Allports #16637C
RGB
CMYK
RGB Variations
Color information
#16637C (or 0x16637C) is known color: Allports. HEX triplet: 16, 63 and 7C. RGB value is (22,99,124). Sum of RGB (Red+Green+Blue) = 22+99+124=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #16637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16637C is #E99C83. Grayscale: #4E4E4E. Windows color (decimal): -15309956 or 8151830. OLE color: 8151830.
HSL color Cylindrical-coordinate representation of color #16637C: hue angle of 194.71º 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 #16637C is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 99 | 124 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.51 |
| HSL | 194.71º | 0.7% | 0.29% | - |
| HSV(B) | 194.71º | 0.82% | 0.49% | - |
| XYZ | 8.43 | 10.55 | 20.66 | - |
| YUV | 78.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 124 | 0.82 | 0.20 | 0 | 0.51 | 194.71 | 0.7 | 0.29 |
| Hex | 16 | 63 | 7C | 52 | 14 | 0 | 33 | C3 | 46 | 1D |
| Octal | 26 | 143 | 174 | 122 | 24 | 0 | 63 | 303 | 106 | 35 |
| Binary | 10110 | 1100011 | 1111100 | 1010010 | 10100 | 0 | 110011 | 11000011 | 1000110 | 11101 |
Color Harmonies of #16637C
Complementary color
Monochromatic Colors of #16637C
Black with #16637C
Text Example
Text Example
White with #16637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16637C; }
p { color: rgb(22,99,124); }
H1.HeaderClassName
{
color: #16637C;
}
.AnyTagClassName
{
color: #16637C;
}
</style>
background-color css
<style>
a { background-color: #16637C; }
a { background-color: rgb(22,99,124); }
div.DivClassName
{
background-color: #16637C;
}
.BgClassName
{
background-color: #16637C;
}
</style>
border-color css
<style>
span { border-color: #16637C; }
span { border-color: rgb(22,99,124); }
td.TdClassName
{
border-color: #16637C;
}
.TagClassName
{
border-color: #16637C;
}
</style>