Shades of Allports #16638B
Tints of Allports #16638B
RGB
CMYK
RGB Variations
Color information
#16638B (or 0x16638B) is known color: Allports. HEX triplet: 16, 63 and 8B. RGB value is (22,99,139). Sum of RGB (Red+Green+Blue) = 22+99+139=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #16638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16638B is #E99C74. Grayscale: #505050. Windows color (decimal): -15309941 or 9134870. OLE color: 9134870.
HSL color Cylindrical-coordinate representation of color #16638B: hue angle of 200.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16638B is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 99 | 139 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.45 |
| HSL | 200.51º | 0.73% | 0.32% | - |
| HSV(B) | 200.51º | 0.84% | 0.55% | - |
| XYZ | 9.45 | 10.96 | 26.04 | - |
| YUV | 80.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 139 | 0.84 | 0.29 | 0 | 0.45 | 200.51 | 0.73 | 0.32 |
| Hex | 16 | 63 | 8B | 54 | 1D | 0 | 2D | C9 | 49 | 20 |
| Octal | 26 | 143 | 213 | 124 | 35 | 0 | 55 | 311 | 111 | 40 |
| Binary | 10110 | 1100011 | 10001011 | 1010100 | 11101 | 0 | 101101 | 11001001 | 1001001 | 100000 |
Color Harmonies of #16638B
Complementary color
Monochromatic Colors of #16638B
Black with #16638B
Text Example
Text Example
White with #16638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16638B; }
p { color: rgb(22,99,139); }
H1.HeaderClassName
{
color: #16638B;
}
.AnyTagClassName
{
color: #16638B;
}
</style>
background-color css
<style>
a { background-color: #16638B; }
a { background-color: rgb(22,99,139); }
div.DivClassName
{
background-color: #16638B;
}
.BgClassName
{
background-color: #16638B;
}
</style>
border-color css
<style>
span { border-color: #16638B; }
span { border-color: rgb(22,99,139); }
td.TdClassName
{
border-color: #16638B;
}
.TagClassName
{
border-color: #16638B;
}
</style>