Shades of Arapawa #195565
Tints of Arapawa #195565
RGB
CMYK
RGB Variations
Color information
#195565 (or 0x195565) is known color: Arapawa. HEX triplet: 19, 55 and 65. RGB value is (25,85,101). Sum of RGB (Red+Green+Blue) = 25+85+101=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #195565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195565 is #E6AA9A. Grayscale: #444444. Windows color (decimal): -15116955 or 6640921. OLE color: 6640921.
HSL color Cylindrical-coordinate representation of color #195565: hue angle of 192.63º 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 #195565 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 85 | 101 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.60 |
| HSL | 192.63º | 0.6% | 0.25% | - |
| HSV(B) | 192.63º | 0.75% | 0.4% | - |
| XYZ | 6 | 7.64 | 13.47 | - |
| YUV | 68.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 101 | 0.75 | 0.16 | 0 | 0.60 | 192.63 | 0.6 | 0.25 |
| Hex | 19 | 55 | 65 | 4B | 10 | 0 | 3C | C1 | 3C | 19 |
| Octal | 31 | 125 | 145 | 113 | 20 | 0 | 74 | 301 | 74 | 31 |
| Binary | 11001 | 1010101 | 1100101 | 1001011 | 10000 | 0 | 111100 | 11000001 | 111100 | 11001 |
Color Harmonies of #195565
Complementary color
Monochromatic Colors of #195565
Black with #195565
Text Example
Text Example
White with #195565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195565; }
p { color: rgb(25,85,101); }
H1.HeaderClassName
{
color: #195565;
}
.AnyTagClassName
{
color: #195565;
}
</style>
background-color css
<style>
a { background-color: #195565; }
a { background-color: rgb(25,85,101); }
div.DivClassName
{
background-color: #195565;
}
.BgClassName
{
background-color: #195565;
}
</style>
border-color css
<style>
span { border-color: #195565; }
span { border-color: rgb(25,85,101); }
td.TdClassName
{
border-color: #195565;
}
.TagClassName
{
border-color: #195565;
}
</style>