Shades of Arapawa #165065
Tints of Arapawa #165065
RGB
CMYK
RGB Variations
Color information
#165065 (or 0x165065) is known color: Arapawa. HEX triplet: 16, 50 and 65. RGB value is (22,80,101). Sum of RGB (Red+Green+Blue) = 22+80+101=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #165065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165065 is #E9AF9A. Grayscale: #404040. Windows color (decimal): -15314843 or 6639638. OLE color: 6639638.
HSL color Cylindrical-coordinate representation of color #165065: hue angle of 195.95º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165065 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 80 | 101 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.60 |
| HSL | 195.95º | 0.64% | 0.24% | - |
| HSV(B) | 195.95º | 0.78% | 0.4% | - |
| XYZ | 5.55 | 6.85 | 13.34 | - |
| YUV | 65.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 101 | 0.78 | 0.21 | 0 | 0.60 | 195.95 | 0.64 | 0.24 |
| Hex | 16 | 50 | 65 | 4E | 15 | 0 | 3C | C4 | 40 | 18 |
| Octal | 26 | 120 | 145 | 116 | 25 | 0 | 74 | 304 | 100 | 30 |
| Binary | 10110 | 1010000 | 1100101 | 1001110 | 10101 | 0 | 111100 | 11000100 | 1000000 | 11000 |
Color Harmonies of #165065
Complementary color
Monochromatic Colors of #165065
Black with #165065
Text Example
Text Example
White with #165065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165065; }
p { color: rgb(22,80,101); }
H1.HeaderClassName
{
color: #165065;
}
.AnyTagClassName
{
color: #165065;
}
</style>
background-color css
<style>
a { background-color: #165065; }
a { background-color: rgb(22,80,101); }
div.DivClassName
{
background-color: #165065;
}
.BgClassName
{
background-color: #165065;
}
</style>
border-color css
<style>
span { border-color: #165065; }
span { border-color: rgb(22,80,101); }
td.TdClassName
{
border-color: #165065;
}
.TagClassName
{
border-color: #165065;
}
</style>