Shades of Arapawa #194D69
Tints of Arapawa #194D69
RGB
CMYK
RGB Variations
Color information
#194D69 (or 0x194D69) is known color: Arapawa. HEX triplet: 19, 4D and 69. RGB value is (25,77,105). Sum of RGB (Red+Green+Blue) = 25+77+105=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #194D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D69 is #E6B296. Grayscale: #404040. Windows color (decimal): -15118999 or 6901017. OLE color: 6901017.
HSL color Cylindrical-coordinate representation of color #194D69: hue angle of 201º 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 #194D69 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 77 | 105 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.59 |
| HSL | 201º | 0.62% | 0.25% | - |
| HSV(B) | 201º | 0.76% | 0.41% | - |
| XYZ | 5.6 | 6.53 | 14.33 | - |
| YUV | 64.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 105 | 0.76 | 0.27 | 0 | 0.59 | 201 | 0.62 | 0.25 |
| Hex | 19 | 4D | 69 | 4C | 1B | 0 | 3B | C9 | 3E | 19 |
| Octal | 31 | 115 | 151 | 114 | 33 | 0 | 73 | 311 | 76 | 31 |
| Binary | 11001 | 1001101 | 1101001 | 1001100 | 11011 | 0 | 111011 | 11001001 | 111110 | 11001 |
Color Harmonies of #194D69
Complementary color
Monochromatic Colors of #194D69
Black with #194D69
Text Example
Text Example
White with #194D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D69; }
p { color: rgb(25,77,105); }
H1.HeaderClassName
{
color: #194D69;
}
.AnyTagClassName
{
color: #194D69;
}
</style>
background-color css
<style>
a { background-color: #194D69; }
a { background-color: rgb(25,77,105); }
div.DivClassName
{
background-color: #194D69;
}
.BgClassName
{
background-color: #194D69;
}
</style>
border-color css
<style>
span { border-color: #194D69; }
span { border-color: rgb(25,77,105); }
td.TdClassName
{
border-color: #194D69;
}
.TagClassName
{
border-color: #194D69;
}
</style>