Shades of Allports #16638A
Tints of Allports #16638A
RGB
CMYK
RGB Variations
Color information
#16638A (or 0x16638A) is known color: Allports. HEX triplet: 16, 63 and 8A. RGB value is (22,99,138). Sum of RGB (Red+Green+Blue) = 22+99+138=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #16638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16638A is #E99C75. Grayscale: #505050. Windows color (decimal): -15309942 or 9069334. OLE color: 9069334.
HSL color Cylindrical-coordinate representation of color #16638A: hue angle of 200.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16638A is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 99 | 138 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.46 |
| HSL | 200.17º | 0.73% | 0.31% | - |
| HSV(B) | 200.17º | 0.84% | 0.54% | - |
| XYZ | 9.38 | 10.93 | 25.66 | - |
| YUV | 80.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 138 | 0.84 | 0.28 | 0 | 0.46 | 200.17 | 0.73 | 0.31 |
| Hex | 16 | 63 | 8A | 54 | 1C | 0 | 2E | C8 | 48 | 1F |
| Octal | 26 | 143 | 212 | 124 | 34 | 0 | 56 | 310 | 110 | 37 |
| Binary | 10110 | 1100011 | 10001010 | 1010100 | 11100 | 0 | 101110 | 11001000 | 1001000 | 11111 |
Color Harmonies of #16638A
Complementary color
Monochromatic Colors of #16638A
Black with #16638A
Text Example
Text Example
White with #16638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16638A; }
p { color: rgb(22,99,138); }
H1.HeaderClassName
{
color: #16638A;
}
.AnyTagClassName
{
color: #16638A;
}
</style>
background-color css
<style>
a { background-color: #16638A; }
a { background-color: rgb(22,99,138); }
div.DivClassName
{
background-color: #16638A;
}
.BgClassName
{
background-color: #16638A;
}
</style>
border-color css
<style>
span { border-color: #16638A; }
span { border-color: rgb(22,99,138); }
td.TdClassName
{
border-color: #16638A;
}
.TagClassName
{
border-color: #16638A;
}
</style>