Shades of Arapawa #194A69
Tints of Arapawa #194A69
RGB
CMYK
RGB Variations
Color information
#194A69 (or 0x194A69) is known color: Arapawa. HEX triplet: 19, 4A and 69. RGB value is (25,74,105). Sum of RGB (Red+Green+Blue) = 25+74+105=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #194A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A69 is #E6B596. Grayscale: #3E3E3E. Windows color (decimal): -15119767 or 6900249. OLE color: 6900249.
HSL color Cylindrical-coordinate representation of color #194A69: hue angle of 203.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194A69 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 74 | 105 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.59 |
| HSL | 203.25º | 0.62% | 0.25% | - |
| HSV(B) | 203.25º | 0.76% | 0.41% | - |
| XYZ | 5.4 | 6.12 | 14.26 | - |
| YUV | 62.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 105 | 0.76 | 0.30 | 0 | 0.59 | 203.25 | 0.62 | 0.25 |
| Hex | 19 | 4A | 69 | 4C | 1E | 0 | 3B | CB | 3E | 19 |
| Octal | 31 | 112 | 151 | 114 | 36 | 0 | 73 | 313 | 76 | 31 |
| Binary | 11001 | 1001010 | 1101001 | 1001100 | 11110 | 0 | 111011 | 11001011 | 111110 | 11001 |
Color Harmonies of #194A69
Complementary color
Monochromatic Colors of #194A69
Black with #194A69
Text Example
Text Example
White with #194A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A69; }
p { color: rgb(25,74,105); }
H1.HeaderClassName
{
color: #194A69;
}
.AnyTagClassName
{
color: #194A69;
}
</style>
background-color css
<style>
a { background-color: #194A69; }
a { background-color: rgb(25,74,105); }
div.DivClassName
{
background-color: #194A69;
}
.BgClassName
{
background-color: #194A69;
}
</style>
border-color css
<style>
span { border-color: #194A69; }
span { border-color: rgb(25,74,105); }
td.TdClassName
{
border-color: #194A69;
}
.TagClassName
{
border-color: #194A69;
}
</style>