Shades of Arapawa #165163
Tints of Arapawa #165163
RGB
CMYK
RGB Variations
Color information
#165163 (or 0x165163) is known color: Arapawa. HEX triplet: 16, 51 and 63. RGB value is (22,81,99). Sum of RGB (Red+Green+Blue) = 22+81+99=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #165163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165163 is #E9AE9C. Grayscale: #414141. Windows color (decimal): -15314589 or 6508822. OLE color: 6508822.
HSL color Cylindrical-coordinate representation of color #165163: hue angle of 194.03º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165163 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 81 | 99 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.61 |
| HSL | 194.03º | 0.64% | 0.24% | - |
| HSV(B) | 194.03º | 0.78% | 0.39% | - |
| XYZ | 5.53 | 6.96 | 12.86 | - |
| YUV | 65.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 99 | 0.78 | 0.18 | 0 | 0.61 | 194.03 | 0.64 | 0.24 |
| Hex | 16 | 51 | 63 | 4E | 12 | 0 | 3D | C2 | 40 | 18 |
| Octal | 26 | 121 | 143 | 116 | 22 | 0 | 75 | 302 | 100 | 30 |
| Binary | 10110 | 1010001 | 1100011 | 1001110 | 10010 | 0 | 111101 | 11000010 | 1000000 | 11000 |
Color Harmonies of #165163
Complementary color
Monochromatic Colors of #165163
Black with #165163
Text Example
Text Example
White with #165163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165163; }
p { color: rgb(22,81,99); }
H1.HeaderClassName
{
color: #165163;
}
.AnyTagClassName
{
color: #165163;
}
</style>
background-color css
<style>
a { background-color: #165163; }
a { background-color: rgb(22,81,99); }
div.DivClassName
{
background-color: #165163;
}
.BgClassName
{
background-color: #165163;
}
</style>
border-color css
<style>
span { border-color: #165163; }
span { border-color: rgb(22,81,99); }
td.TdClassName
{
border-color: #165163;
}
.TagClassName
{
border-color: #165163;
}
</style>