Shades of Arapawa #194B68
Tints of Arapawa #194B68
RGB
CMYK
RGB Variations
Color information
#194B68 (or 0x194B68) is known color: Arapawa. HEX triplet: 19, 4B and 68. RGB value is (25,75,104). Sum of RGB (Red+Green+Blue) = 25+75+104=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #194B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B68 is #E6B497. Grayscale: #3F3F3F. Windows color (decimal): -15119512 or 6834969. OLE color: 6834969.
HSL color Cylindrical-coordinate representation of color #194B68: hue angle of 202.03º degrees, saturation: 0.61, 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 #194B68 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 75 | 104 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.59 |
| HSL | 202.03º | 0.61% | 0.25% | - |
| HSV(B) | 202.03º | 0.76% | 0.41% | - |
| XYZ | 5.42 | 6.24 | 14.02 | - |
| YUV | 63.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 104 | 0.76 | 0.28 | 0 | 0.59 | 202.03 | 0.61 | 0.25 |
| Hex | 19 | 4B | 68 | 4C | 1C | 0 | 3B | CA | 3D | 19 |
| Octal | 31 | 113 | 150 | 114 | 34 | 0 | 73 | 312 | 75 | 31 |
| Binary | 11001 | 1001011 | 1101000 | 1001100 | 11100 | 0 | 111011 | 11001010 | 111101 | 11001 |
Color Harmonies of #194B68
Complementary color
Monochromatic Colors of #194B68
Black with #194B68
Text Example
Text Example
White with #194B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B68; }
p { color: rgb(25,75,104); }
H1.HeaderClassName
{
color: #194B68;
}
.AnyTagClassName
{
color: #194B68;
}
</style>
background-color css
<style>
a { background-color: #194B68; }
a { background-color: rgb(25,75,104); }
div.DivClassName
{
background-color: #194B68;
}
.BgClassName
{
background-color: #194B68;
}
</style>
border-color css
<style>
span { border-color: #194B68; }
span { border-color: rgb(25,75,104); }
td.TdClassName
{
border-color: #194B68;
}
.TagClassName
{
border-color: #194B68;
}
</style>