Shades of Allports #16607D
Tints of Allports #16607D
RGB
CMYK
RGB Variations
Color information
#16607D (or 0x16607D) is known color: Allports. HEX triplet: 16, 60 and 7D. RGB value is (22,96,125). Sum of RGB (Red+Green+Blue) = 22+96+125=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #16607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16607D is #E99F82. Grayscale: #4C4C4C. Windows color (decimal): -15310723 or 8216598. OLE color: 8216598.
HSL color Cylindrical-coordinate representation of color #16607D: hue angle of 196.89º 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 #16607D is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 96 | 125 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.51 |
| HSL | 196.89º | 0.7% | 0.29% | - |
| HSV(B) | 196.89º | 0.82% | 0.49% | - |
| XYZ | 8.22 | 10.02 | 20.9 | - |
| YUV | 77.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 125 | 0.82 | 0.23 | 0 | 0.51 | 196.89 | 0.7 | 0.29 |
| Hex | 16 | 60 | 7D | 52 | 17 | 0 | 33 | C5 | 46 | 1D |
| Octal | 26 | 140 | 175 | 122 | 27 | 0 | 63 | 305 | 106 | 35 |
| Binary | 10110 | 1100000 | 1111101 | 1010010 | 10111 | 0 | 110011 | 11000101 | 1000110 | 11101 |
Color Harmonies of #16607D
Complementary color
Monochromatic Colors of #16607D
Black with #16607D
Text Example
Text Example
White with #16607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16607D; }
p { color: rgb(22,96,125); }
H1.HeaderClassName
{
color: #16607D;
}
.AnyTagClassName
{
color: #16607D;
}
</style>
background-color css
<style>
a { background-color: #16607D; }
a { background-color: rgb(22,96,125); }
div.DivClassName
{
background-color: #16607D;
}
.BgClassName
{
background-color: #16607D;
}
</style>
border-color css
<style>
span { border-color: #16607D; }
span { border-color: rgb(22,96,125); }
td.TdClassName
{
border-color: #16607D;
}
.TagClassName
{
border-color: #16607D;
}
</style>