Shades of Arapawa #195164
Tints of Arapawa #195164
RGB
CMYK
RGB Variations
Color information
#195164 (or 0x195164) is known color: Arapawa. HEX triplet: 19, 51 and 64. RGB value is (25,81,100). Sum of RGB (Red+Green+Blue) = 25+81+100=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #195164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195164 is #E6AE9B. Grayscale: #424242. Windows color (decimal): -15117980 or 6574361. OLE color: 6574361.
HSL color Cylindrical-coordinate representation of color #195164: hue angle of 195.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195164 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 81 | 100 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.61 |
| HSL | 195.2º | 0.6% | 0.25% | - |
| HSV(B) | 195.2º | 0.75% | 0.39% | - |
| XYZ | 5.64 | 7.01 | 13.11 | - |
| YUV | 66.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 100 | 0.75 | 0.19 | 0 | 0.61 | 195.2 | 0.6 | 0.25 |
| Hex | 19 | 51 | 64 | 4B | 13 | 0 | 3D | C3 | 3C | 19 |
| Octal | 31 | 121 | 144 | 113 | 23 | 0 | 75 | 303 | 74 | 31 |
| Binary | 11001 | 1010001 | 1100100 | 1001011 | 10011 | 0 | 111101 | 11000011 | 111100 | 11001 |
Color Harmonies of #195164
Complementary color
Monochromatic Colors of #195164
Black with #195164
Text Example
Text Example
White with #195164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195164; }
p { color: rgb(25,81,100); }
H1.HeaderClassName
{
color: #195164;
}
.AnyTagClassName
{
color: #195164;
}
</style>
background-color css
<style>
a { background-color: #195164; }
a { background-color: rgb(25,81,100); }
div.DivClassName
{
background-color: #195164;
}
.BgClassName
{
background-color: #195164;
}
</style>
border-color css
<style>
span { border-color: #195164; }
span { border-color: rgb(25,81,100); }
td.TdClassName
{
border-color: #195164;
}
.TagClassName
{
border-color: #195164;
}
</style>