Shades of Arapawa #195064
Tints of Arapawa #195064
RGB
CMYK
RGB Variations
Color information
#195064 (or 0x195064) is known color: Arapawa. HEX triplet: 19, 50 and 64. RGB value is (25,80,100). Sum of RGB (Red+Green+Blue) = 25+80+100=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #195064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195064 is #E6AF9B. Grayscale: #414141. Windows color (decimal): -15118236 or 6574105. OLE color: 6574105.
HSL color Cylindrical-coordinate representation of color #195064: hue angle of 196º 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 #195064 is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 80 | 100 | - |
| CMYK | 0.75 | 0.2 | 0 | 0.61 |
| HSL | 196º | 0.6% | 0.25% | - |
| HSV(B) | 196º | 0.75% | 0.39% | - |
| XYZ | 5.57 | 6.86 | 13.09 | - |
| YUV | 65.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 100 | 0.75 | 0.2 | 0 | 0.61 | 196 | 0.6 | 0.25 |
| Hex | 19 | 50 | 64 | 4B | 14 | 0 | 3D | C4 | 3C | 19 |
| Octal | 31 | 120 | 144 | 113 | 24 | 0 | 75 | 304 | 74 | 31 |
| Binary | 11001 | 1010000 | 1100100 | 1001011 | 10100 | 0 | 111101 | 11000100 | 111100 | 11001 |
Color Harmonies of #195064
Complementary color
Monochromatic Colors of #195064
Black with #195064
Text Example
Text Example
White with #195064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195064; }
p { color: rgb(25,80,100); }
H1.HeaderClassName
{
color: #195064;
}
.AnyTagClassName
{
color: #195064;
}
</style>
background-color css
<style>
a { background-color: #195064; }
a { background-color: rgb(25,80,100); }
div.DivClassName
{
background-color: #195064;
}
.BgClassName
{
background-color: #195064;
}
</style>
border-color css
<style>
span { border-color: #195064; }
span { border-color: rgb(25,80,100); }
td.TdClassName
{
border-color: #195064;
}
.TagClassName
{
border-color: #195064;
}
</style>