Shades of Allports #16667B
Tints of Allports #16667B
RGB
CMYK
RGB Variations
Color information
#16667B (or 0x16667B) is known color: Allports. HEX triplet: 16, 66 and 7B. RGB value is (22,102,123). Sum of RGB (Red+Green+Blue) = 22+102+123=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #16667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16667B is #E99984. Grayscale: #505050. Windows color (decimal): -15309189 or 8087062. OLE color: 8087062.
HSL color Cylindrical-coordinate representation of color #16667B: hue angle of 192.48º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16667B is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 102 | 123 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.52 |
| HSL | 192.48º | 0.7% | 0.28% | - |
| HSV(B) | 192.48º | 0.82% | 0.48% | - |
| XYZ | 8.66 | 11.1 | 20.43 | - |
| YUV | 80.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 123 | 0.82 | 0.17 | 0 | 0.52 | 192.48 | 0.7 | 0.28 |
| Hex | 16 | 66 | 7B | 52 | 11 | 0 | 34 | C0 | 46 | 1C |
| Octal | 26 | 146 | 173 | 122 | 21 | 0 | 64 | 300 | 106 | 34 |
| Binary | 10110 | 1100110 | 1111011 | 1010010 | 10001 | 0 | 110100 | 11000000 | 1000110 | 11100 |
Color Harmonies of #16667B
Complementary color
Monochromatic Colors of #16667B
Black with #16667B
Text Example
Text Example
White with #16667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16667B; }
p { color: rgb(22,102,123); }
H1.HeaderClassName
{
color: #16667B;
}
.AnyTagClassName
{
color: #16667B;
}
</style>
background-color css
<style>
a { background-color: #16667B; }
a { background-color: rgb(22,102,123); }
div.DivClassName
{
background-color: #16667B;
}
.BgClassName
{
background-color: #16667B;
}
</style>
border-color css
<style>
span { border-color: #16667B; }
span { border-color: rgb(22,102,123); }
td.TdClassName
{
border-color: #16667B;
}
.TagClassName
{
border-color: #16667B;
}
</style>