Shades of Arapawa #165263
Tints of Arapawa #165263
RGB
CMYK
RGB Variations
Color information
#165263 (or 0x165263) is known color: Arapawa. HEX triplet: 16, 52 and 63. RGB value is (22,82,99). Sum of RGB (Red+Green+Blue) = 22+82+99=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #165263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165263 is #E9AD9C. Grayscale: #414141. Windows color (decimal): -15314333 or 6509078. OLE color: 6509078.
HSL color Cylindrical-coordinate representation of color #165263: hue angle of 193.25º 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 #165263 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 82 | 99 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.61 |
| HSL | 193.25º | 0.64% | 0.24% | - |
| HSV(B) | 193.25º | 0.78% | 0.39% | - |
| XYZ | 5.6 | 7.11 | 12.88 | - |
| YUV | 66 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 99 | 0.78 | 0.17 | 0 | 0.61 | 193.25 | 0.64 | 0.24 |
| Hex | 16 | 52 | 63 | 4E | 11 | 0 | 3D | C1 | 40 | 18 |
| Octal | 26 | 122 | 143 | 116 | 21 | 0 | 75 | 301 | 100 | 30 |
| Binary | 10110 | 1010010 | 1100011 | 1001110 | 10001 | 0 | 111101 | 11000001 | 1000000 | 11000 |
Color Harmonies of #165263
Complementary color
Monochromatic Colors of #165263
Black with #165263
Text Example
Text Example
White with #165263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165263; }
p { color: rgb(22,82,99); }
H1.HeaderClassName
{
color: #165263;
}
.AnyTagClassName
{
color: #165263;
}
</style>
background-color css
<style>
a { background-color: #165263; }
a { background-color: rgb(22,82,99); }
div.DivClassName
{
background-color: #165263;
}
.BgClassName
{
background-color: #165263;
}
</style>
border-color css
<style>
span { border-color: #165263; }
span { border-color: rgb(22,82,99); }
td.TdClassName
{
border-color: #165263;
}
.TagClassName
{
border-color: #165263;
}
</style>