Shades of Arapawa #194E64
Tints of Arapawa #194E64
RGB
CMYK
RGB Variations
Color information
#194E64 (or 0x194E64) is known color: Arapawa. HEX triplet: 19, 4E and 64. RGB value is (25,78,100). Sum of RGB (Red+Green+Blue) = 25+78+100=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #194E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E64 is #E6B19B. Grayscale: #404040. Windows color (decimal): -15118748 or 6573593. OLE color: 6573593.
HSL color Cylindrical-coordinate representation of color #194E64: hue angle of 197.6º 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 #194E64 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 78 | 100 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.61 |
| HSL | 197.6º | 0.6% | 0.25% | - |
| HSV(B) | 197.6º | 0.75% | 0.39% | - |
| XYZ | 5.43 | 6.58 | 13.04 | - |
| YUV | 64.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 100 | 0.75 | 0.22 | 0 | 0.61 | 197.6 | 0.6 | 0.25 |
| Hex | 19 | 4E | 64 | 4B | 16 | 0 | 3D | C6 | 3C | 19 |
| Octal | 31 | 116 | 144 | 113 | 26 | 0 | 75 | 306 | 74 | 31 |
| Binary | 11001 | 1001110 | 1100100 | 1001011 | 10110 | 0 | 111101 | 11000110 | 111100 | 11001 |
Color Harmonies of #194E64
Complementary color
Monochromatic Colors of #194E64
Black with #194E64
Text Example
Text Example
White with #194E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E64; }
p { color: rgb(25,78,100); }
H1.HeaderClassName
{
color: #194E64;
}
.AnyTagClassName
{
color: #194E64;
}
</style>
background-color css
<style>
a { background-color: #194E64; }
a { background-color: rgb(25,78,100); }
div.DivClassName
{
background-color: #194E64;
}
.BgClassName
{
background-color: #194E64;
}
</style>
border-color css
<style>
span { border-color: #194E64; }
span { border-color: rgb(25,78,100); }
td.TdClassName
{
border-color: #194E64;
}
.TagClassName
{
border-color: #194E64;
}
</style>