Shades of Arapawa #194E66
Tints of Arapawa #194E66
RGB
CMYK
RGB Variations
Color information
#194E66 (or 0x194E66) is known color: Arapawa. HEX triplet: 19, 4E and 66. RGB value is (25,78,102). Sum of RGB (Red+Green+Blue) = 25+78+102=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #194E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E66 is #E6B199. Grayscale: #404040. Windows color (decimal): -15118746 or 6704665. OLE color: 6704665.
HSL color Cylindrical-coordinate representation of color #194E66: hue angle of 198.7º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194E66 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 78 | 102 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.6 |
| HSL | 198.7º | 0.61% | 0.25% | - |
| HSV(B) | 198.7º | 0.75% | 0.4% | - |
| XYZ | 5.52 | 6.61 | 13.56 | - |
| YUV | 64.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 102 | 0.75 | 0.24 | 0 | 0.6 | 198.7 | 0.61 | 0.25 |
| Hex | 19 | 4E | 66 | 4B | 18 | 0 | 3C | C7 | 3D | 19 |
| Octal | 31 | 116 | 146 | 113 | 30 | 0 | 74 | 307 | 75 | 31 |
| Binary | 11001 | 1001110 | 1100110 | 1001011 | 11000 | 0 | 111100 | 11000111 | 111101 | 11001 |
Color Harmonies of #194E66
Complementary color
Monochromatic Colors of #194E66
Black with #194E66
Text Example
Text Example
White with #194E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E66; }
p { color: rgb(25,78,102); }
H1.HeaderClassName
{
color: #194E66;
}
.AnyTagClassName
{
color: #194E66;
}
</style>
background-color css
<style>
a { background-color: #194E66; }
a { background-color: rgb(25,78,102); }
div.DivClassName
{
background-color: #194E66;
}
.BgClassName
{
background-color: #194E66;
}
</style>
border-color css
<style>
span { border-color: #194E66; }
span { border-color: rgb(25,78,102); }
td.TdClassName
{
border-color: #194E66;
}
.TagClassName
{
border-color: #194E66;
}
</style>