Shades of Orient #194E71
Tints of Orient #194E71
RGB
CMYK
RGB Variations
Color information
#194E71 (or 0x194E71) is known color: Orient. HEX triplet: 19, 4E and 71. RGB value is (25,78,113). Sum of RGB (Red+Green+Blue) = 25+78+113=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #194E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E71 is #E6B18E. Grayscale: #414141. Windows color (decimal): -15118735 or 7425561. OLE color: 7425561.
HSL color Cylindrical-coordinate representation of color #194E71: hue angle of 203.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194E71 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 78 | 113 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.56 |
| HSL | 203.86º | 0.64% | 0.27% | - |
| HSV(B) | 203.86º | 0.78% | 0.44% | - |
| XYZ | 6.11 | 6.85 | 16.62 | - |
| YUV | 66.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 113 | 0.78 | 0.31 | 0 | 0.56 | 203.86 | 0.64 | 0.27 |
| Hex | 19 | 4E | 71 | 4E | 1F | 0 | 38 | CC | 40 | 1B |
| Octal | 31 | 116 | 161 | 116 | 37 | 0 | 70 | 314 | 100 | 33 |
| Binary | 11001 | 1001110 | 1110001 | 1001110 | 11111 | 0 | 111000 | 11001100 | 1000000 | 11011 |
Color Harmonies of #194E71
Complementary color
Monochromatic Colors of #194E71
Black with #194E71
Text Example
Text Example
White with #194E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E71; }
p { color: rgb(25,78,113); }
H1.HeaderClassName
{
color: #194E71;
}
.AnyTagClassName
{
color: #194E71;
}
</style>
background-color css
<style>
a { background-color: #194E71; }
a { background-color: rgb(25,78,113); }
div.DivClassName
{
background-color: #194E71;
}
.BgClassName
{
background-color: #194E71;
}
</style>
border-color css
<style>
span { border-color: #194E71; }
span { border-color: rgb(25,78,113); }
td.TdClassName
{
border-color: #194E71;
}
.TagClassName
{
border-color: #194E71;
}
</style>