Shades of Arapawa #195063
Tints of Arapawa #195063
RGB
CMYK
RGB Variations
Color information
#195063 (or 0x195063) is known color: Arapawa. HEX triplet: 19, 50 and 63. RGB value is (25,80,99). Sum of RGB (Red+Green+Blue) = 25+80+99=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #195063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195063 is #E6AF9C. Grayscale: #414141. Windows color (decimal): -15118237 or 6508569. OLE color: 6508569.
HSL color Cylindrical-coordinate representation of color #195063: hue angle of 195.41º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195063 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 80 | 99 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.61 |
| HSL | 195.41º | 0.6% | 0.24% | - |
| HSV(B) | 195.41º | 0.75% | 0.39% | - |
| XYZ | 5.52 | 6.84 | 12.83 | - |
| YUV | 65.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 99 | 0.75 | 0.19 | 0 | 0.61 | 195.41 | 0.6 | 0.24 |
| Hex | 19 | 50 | 63 | 4B | 13 | 0 | 3D | C3 | 3C | 18 |
| Octal | 31 | 120 | 143 | 113 | 23 | 0 | 75 | 303 | 74 | 30 |
| Binary | 11001 | 1010000 | 1100011 | 1001011 | 10011 | 0 | 111101 | 11000011 | 111100 | 11000 |
Color Harmonies of #195063
Complementary color
Monochromatic Colors of #195063
Black with #195063
Text Example
Text Example
White with #195063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195063; }
p { color: rgb(25,80,99); }
H1.HeaderClassName
{
color: #195063;
}
.AnyTagClassName
{
color: #195063;
}
</style>
background-color css
<style>
a { background-color: #195063; }
a { background-color: rgb(25,80,99); }
div.DivClassName
{
background-color: #195063;
}
.BgClassName
{
background-color: #195063;
}
</style>
border-color css
<style>
span { border-color: #195063; }
span { border-color: rgb(25,80,99); }
td.TdClassName
{
border-color: #195063;
}
.TagClassName
{
border-color: #195063;
}
</style>