Shades of Arapawa #195464
Tints of Arapawa #195464
RGB
CMYK
RGB Variations
Color information
#195464 (or 0x195464) is known color: Arapawa. HEX triplet: 19, 54 and 64. RGB value is (25,84,100). Sum of RGB (Red+Green+Blue) = 25+84+100=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #195464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195464 is #E6AB9B. Grayscale: #444444. Windows color (decimal): -15117212 or 6575129. OLE color: 6575129.
HSL color Cylindrical-coordinate representation of color #195464: hue angle of 192.8º 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 #195464 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 84 | 100 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.61 |
| HSL | 192.8º | 0.6% | 0.25% | - |
| HSV(B) | 192.8º | 0.75% | 0.39% | - |
| XYZ | 5.87 | 7.47 | 13.19 | - |
| YUV | 68.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 100 | 0.75 | 0.16 | 0 | 0.61 | 192.8 | 0.6 | 0.25 |
| Hex | 19 | 54 | 64 | 4B | 10 | 0 | 3D | C1 | 3C | 19 |
| Octal | 31 | 124 | 144 | 113 | 20 | 0 | 75 | 301 | 74 | 31 |
| Binary | 11001 | 1010100 | 1100100 | 1001011 | 10000 | 0 | 111101 | 11000001 | 111100 | 11001 |
Color Harmonies of #195464
Complementary color
Monochromatic Colors of #195464
Black with #195464
Text Example
Text Example
White with #195464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195464; }
p { color: rgb(25,84,100); }
H1.HeaderClassName
{
color: #195464;
}
.AnyTagClassName
{
color: #195464;
}
</style>
background-color css
<style>
a { background-color: #195464; }
a { background-color: rgb(25,84,100); }
div.DivClassName
{
background-color: #195464;
}
.BgClassName
{
background-color: #195464;
}
</style>
border-color css
<style>
span { border-color: #195464; }
span { border-color: rgb(25,84,100); }
td.TdClassName
{
border-color: #195464;
}
.TagClassName
{
border-color: #195464;
}
</style>