Shades of Orient #194D73
Tints of Orient #194D73
RGB
CMYK
RGB Variations
Color information
#194D73 (or 0x194D73) is known color: Orient. HEX triplet: 19, 4D and 73. RGB value is (25,77,115). Sum of RGB (Red+Green+Blue) = 25+77+115=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #194D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D73 is #E6B28C. Grayscale: #414141. Windows color (decimal): -15118989 or 7556377. OLE color: 7556377.
HSL color Cylindrical-coordinate representation of color #194D73: hue angle of 205.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194D73 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 77 | 115 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.55 |
| HSL | 205.33º | 0.64% | 0.27% | - |
| HSV(B) | 205.33º | 0.78% | 0.45% | - |
| XYZ | 6.15 | 6.75 | 17.2 | - |
| YUV | 65.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 115 | 0.78 | 0.33 | 0 | 0.55 | 205.33 | 0.64 | 0.27 |
| Hex | 19 | 4D | 73 | 4E | 21 | 0 | 37 | CD | 40 | 1B |
| Octal | 31 | 115 | 163 | 116 | 41 | 0 | 67 | 315 | 100 | 33 |
| Binary | 11001 | 1001101 | 1110011 | 1001110 | 100001 | 0 | 110111 | 11001101 | 1000000 | 11011 |
Color Harmonies of #194D73
Complementary color
Monochromatic Colors of #194D73
Black with #194D73
Text Example
Text Example
White with #194D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D73; }
p { color: rgb(25,77,115); }
H1.HeaderClassName
{
color: #194D73;
}
.AnyTagClassName
{
color: #194D73;
}
</style>
background-color css
<style>
a { background-color: #194D73; }
a { background-color: rgb(25,77,115); }
div.DivClassName
{
background-color: #194D73;
}
.BgClassName
{
background-color: #194D73;
}
</style>
border-color css
<style>
span { border-color: #194D73; }
span { border-color: rgb(25,77,115); }
td.TdClassName
{
border-color: #194D73;
}
.TagClassName
{
border-color: #194D73;
}
</style>