Shades of Arapawa #194F63
Tints of Arapawa #194F63
RGB
CMYK
RGB Variations
Color information
#194F63 (or 0x194F63) is known color: Arapawa. HEX triplet: 19, 4F and 63. RGB value is (25,79,99). Sum of RGB (Red+Green+Blue) = 25+79+99=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #194F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F63 is #E6B09C. Grayscale: #414141. Windows color (decimal): -15118493 or 6508313. OLE color: 6508313.
HSL color Cylindrical-coordinate representation of color #194F63: hue angle of 196.22º 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 #194F63 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 79 | 99 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.61 |
| HSL | 196.22º | 0.6% | 0.24% | - |
| HSV(B) | 196.22º | 0.75% | 0.39% | - |
| XYZ | 5.45 | 6.7 | 12.81 | - |
| YUV | 65.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 99 | 0.75 | 0.20 | 0 | 0.61 | 196.22 | 0.6 | 0.24 |
| Hex | 19 | 4F | 63 | 4B | 14 | 0 | 3D | C4 | 3C | 18 |
| Octal | 31 | 117 | 143 | 113 | 24 | 0 | 75 | 304 | 74 | 30 |
| Binary | 11001 | 1001111 | 1100011 | 1001011 | 10100 | 0 | 111101 | 11000100 | 111100 | 11000 |
Color Harmonies of #194F63
Complementary color
Monochromatic Colors of #194F63
Black with #194F63
Text Example
Text Example
White with #194F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F63; }
p { color: rgb(25,79,99); }
H1.HeaderClassName
{
color: #194F63;
}
.AnyTagClassName
{
color: #194F63;
}
</style>
background-color css
<style>
a { background-color: #194F63; }
a { background-color: rgb(25,79,99); }
div.DivClassName
{
background-color: #194F63;
}
.BgClassName
{
background-color: #194F63;
}
</style>
border-color css
<style>
span { border-color: #194F63; }
span { border-color: rgb(25,79,99); }
td.TdClassName
{
border-color: #194F63;
}
.TagClassName
{
border-color: #194F63;
}
</style>