Shades of Arapawa #195065
Tints of Arapawa #195065
RGB
CMYK
RGB Variations
Color information
#195065 (or 0x195065) is known color: Arapawa. HEX triplet: 19, 50 and 65. RGB value is (25,80,101). Sum of RGB (Red+Green+Blue) = 25+80+101=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #195065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195065 is #E6AF9A. Grayscale: #414141. Windows color (decimal): -15118235 or 6639641. OLE color: 6639641.
HSL color Cylindrical-coordinate representation of color #195065: hue angle of 196.58º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195065 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 80 | 101 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.60 |
| HSL | 196.58º | 0.6% | 0.25% | - |
| HSV(B) | 196.58º | 0.75% | 0.4% | - |
| XYZ | 5.62 | 6.88 | 13.34 | - |
| YUV | 65.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 101 | 0.75 | 0.21 | 0 | 0.60 | 196.58 | 0.6 | 0.25 |
| Hex | 19 | 50 | 65 | 4B | 15 | 0 | 3C | C5 | 3C | 19 |
| Octal | 31 | 120 | 145 | 113 | 25 | 0 | 74 | 305 | 74 | 31 |
| Binary | 11001 | 1010000 | 1100101 | 1001011 | 10101 | 0 | 111100 | 11000101 | 111100 | 11001 |
Color Harmonies of #195065
Complementary color
Monochromatic Colors of #195065
Black with #195065
Text Example
Text Example
White with #195065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195065; }
p { color: rgb(25,80,101); }
H1.HeaderClassName
{
color: #195065;
}
.AnyTagClassName
{
color: #195065;
}
</style>
background-color css
<style>
a { background-color: #195065; }
a { background-color: rgb(25,80,101); }
div.DivClassName
{
background-color: #195065;
}
.BgClassName
{
background-color: #195065;
}
</style>
border-color css
<style>
span { border-color: #195065; }
span { border-color: rgb(25,80,101); }
td.TdClassName
{
border-color: #195065;
}
.TagClassName
{
border-color: #195065;
}
</style>