Shades of Arapawa #195665
Tints of Arapawa #195665
RGB
CMYK
RGB Variations
Color information
#195665 (or 0x195665) is known color: Arapawa. HEX triplet: 19, 56 and 65. RGB value is (25,86,101). Sum of RGB (Red+Green+Blue) = 25+86+101=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #195665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195665 is #E6A99A. Grayscale: #454545. Windows color (decimal): -15116699 or 6641177. OLE color: 6641177.
HSL color Cylindrical-coordinate representation of color #195665: hue angle of 191.84º 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 #195665 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 86 | 101 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.60 |
| HSL | 191.84º | 0.6% | 0.25% | - |
| HSV(B) | 191.84º | 0.75% | 0.4% | - |
| XYZ | 6.08 | 7.8 | 13.5 | - |
| YUV | 69.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 101 | 0.75 | 0.15 | 0 | 0.60 | 191.84 | 0.6 | 0.25 |
| Hex | 19 | 56 | 65 | 4B | F | 0 | 3C | C0 | 3C | 19 |
| Octal | 31 | 126 | 145 | 113 | 17 | 0 | 74 | 300 | 74 | 31 |
| Binary | 11001 | 1010110 | 1100101 | 1001011 | 1111 | 0 | 111100 | 11000000 | 111100 | 11001 |
Color Harmonies of #195665
Complementary color
Monochromatic Colors of #195665
Black with #195665
Text Example
Text Example
White with #195665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195665; }
p { color: rgb(25,86,101); }
H1.HeaderClassName
{
color: #195665;
}
.AnyTagClassName
{
color: #195665;
}
</style>
background-color css
<style>
a { background-color: #195665; }
a { background-color: rgb(25,86,101); }
div.DivClassName
{
background-color: #195665;
}
.BgClassName
{
background-color: #195665;
}
</style>
border-color css
<style>
span { border-color: #195665; }
span { border-color: rgb(25,86,101); }
td.TdClassName
{
border-color: #195665;
}
.TagClassName
{
border-color: #195665;
}
</style>