Shades of Arapawa #16506A
Tints of Arapawa #16506A
RGB
CMYK
RGB Variations
Color information
#16506A (or 0x16506A) is known color: Arapawa. HEX triplet: 16, 50 and 6A. RGB value is (22,80,106). Sum of RGB (Red+Green+Blue) = 22+80+106=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #16506A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16506A is #E9AF95. Grayscale: #414141. Windows color (decimal): -15314838 or 6967318. OLE color: 6967318.
HSL color Cylindrical-coordinate representation of color #16506A: hue angle of 198.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16506A is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 80 | 106 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.58 |
| HSL | 198.57º | 0.66% | 0.25% | - |
| HSV(B) | 198.57º | 0.79% | 0.42% | - |
| XYZ | 5.8 | 6.95 | 14.67 | - |
| YUV | 65.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 106 | 0.79 | 0.25 | 0 | 0.58 | 198.57 | 0.66 | 0.25 |
| Hex | 16 | 50 | 6A | 4F | 19 | 0 | 3A | C7 | 42 | 19 |
| Octal | 26 | 120 | 152 | 117 | 31 | 0 | 72 | 307 | 102 | 31 |
| Binary | 10110 | 1010000 | 1101010 | 1001111 | 11001 | 0 | 111010 | 11000111 | 1000010 | 11001 |
Color Harmonies of #16506A
Complementary color
Monochromatic Colors of #16506A
Black with #16506A
Text Example
Text Example
White with #16506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16506A; }
p { color: rgb(22,80,106); }
H1.HeaderClassName
{
color: #16506A;
}
.AnyTagClassName
{
color: #16506A;
}
</style>
background-color css
<style>
a { background-color: #16506A; }
a { background-color: rgb(22,80,106); }
div.DivClassName
{
background-color: #16506A;
}
.BgClassName
{
background-color: #16506A;
}
</style>
border-color css
<style>
span { border-color: #16506A; }
span { border-color: rgb(22,80,106); }
td.TdClassName
{
border-color: #16506A;
}
.TagClassName
{
border-color: #16506A;
}
</style>