Shades of Arapawa #195264
Tints of Arapawa #195264
RGB
CMYK
RGB Variations
Color information
#195264 (or 0x195264) is known color: Arapawa. HEX triplet: 19, 52 and 64. RGB value is (25,82,100). Sum of RGB (Red+Green+Blue) = 25+82+100=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #195264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195264 is #E6AD9B. Grayscale: #424242. Windows color (decimal): -15117724 or 6574617. OLE color: 6574617.
HSL color Cylindrical-coordinate representation of color #195264: hue angle of 194.4º 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 #195264 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 82 | 100 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.61 |
| HSL | 194.4º | 0.6% | 0.25% | - |
| HSV(B) | 194.4º | 0.75% | 0.39% | - |
| XYZ | 5.72 | 7.16 | 13.14 | - |
| YUV | 67.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 100 | 0.75 | 0.18 | 0 | 0.61 | 194.4 | 0.6 | 0.25 |
| Hex | 19 | 52 | 64 | 4B | 12 | 0 | 3D | C2 | 3C | 19 |
| Octal | 31 | 122 | 144 | 113 | 22 | 0 | 75 | 302 | 74 | 31 |
| Binary | 11001 | 1010010 | 1100100 | 1001011 | 10010 | 0 | 111101 | 11000010 | 111100 | 11001 |
Color Harmonies of #195264
Complementary color
Monochromatic Colors of #195264
Black with #195264
Text Example
Text Example
White with #195264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195264; }
p { color: rgb(25,82,100); }
H1.HeaderClassName
{
color: #195264;
}
.AnyTagClassName
{
color: #195264;
}
</style>
background-color css
<style>
a { background-color: #195264; }
a { background-color: rgb(25,82,100); }
div.DivClassName
{
background-color: #195264;
}
.BgClassName
{
background-color: #195264;
}
</style>
border-color css
<style>
span { border-color: #195264; }
span { border-color: rgb(25,82,100); }
td.TdClassName
{
border-color: #195264;
}
.TagClassName
{
border-color: #195264;
}
</style>