Shades of Arapawa #194D66
Tints of Arapawa #194D66
RGB
CMYK
RGB Variations
Color information
#194D66 (or 0x194D66) is known color: Arapawa. HEX triplet: 19, 4D and 66. RGB value is (25,77,102). Sum of RGB (Red+Green+Blue) = 25+77+102=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #194D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D66 is #E6B299. Grayscale: #404040. Windows color (decimal): -15119002 or 6704409. OLE color: 6704409.
HSL color Cylindrical-coordinate representation of color #194D66: hue angle of 199.48º 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 #194D66 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 77 | 102 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.6 |
| HSL | 199.48º | 0.61% | 0.25% | - |
| HSV(B) | 199.48º | 0.75% | 0.4% | - |
| XYZ | 5.45 | 6.47 | 13.53 | - |
| YUV | 64.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 102 | 0.75 | 0.25 | 0 | 0.6 | 199.48 | 0.61 | 0.25 |
| Hex | 19 | 4D | 66 | 4B | 19 | 0 | 3C | C7 | 3D | 19 |
| Octal | 31 | 115 | 146 | 113 | 31 | 0 | 74 | 307 | 75 | 31 |
| Binary | 11001 | 1001101 | 1100110 | 1001011 | 11001 | 0 | 111100 | 11000111 | 111101 | 11001 |
Color Harmonies of #194D66
Complementary color
Monochromatic Colors of #194D66
Black with #194D66
Text Example
Text Example
White with #194D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D66; }
p { color: rgb(25,77,102); }
H1.HeaderClassName
{
color: #194D66;
}
.AnyTagClassName
{
color: #194D66;
}
</style>
background-color css
<style>
a { background-color: #194D66; }
a { background-color: rgb(25,77,102); }
div.DivClassName
{
background-color: #194D66;
}
.BgClassName
{
background-color: #194D66;
}
</style>
border-color css
<style>
span { border-color: #194D66; }
span { border-color: rgb(25,77,102); }
td.TdClassName
{
border-color: #194D66;
}
.TagClassName
{
border-color: #194D66;
}
</style>