Shades of Orient #195C73
Tints of Orient #195C73
RGB
CMYK
RGB Variations
Color information
#195C73 (or 0x195C73) is known color: Orient. HEX triplet: 19, 5C and 73. RGB value is (25,92,115). Sum of RGB (Red+Green+Blue) = 25+92+115=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #195C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C73 is #E6A38C. Grayscale: #4A4A4A. Windows color (decimal): -15115149 or 7560217. OLE color: 7560217.
HSL color Cylindrical-coordinate representation of color #195C73: hue angle of 195.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 #195C73 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 92 | 115 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.55 |
| HSL | 195.33º | 0.64% | 0.27% | - |
| HSV(B) | 195.33º | 0.78% | 0.45% | - |
| XYZ | 7.32 | 9.1 | 17.59 | - |
| YUV | 74.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 115 | 0.78 | 0.20 | 0 | 0.55 | 195.33 | 0.64 | 0.27 |
| Hex | 19 | 5C | 73 | 4E | 14 | 0 | 37 | C3 | 40 | 1B |
| Octal | 31 | 134 | 163 | 116 | 24 | 0 | 67 | 303 | 100 | 33 |
| Binary | 11001 | 1011100 | 1110011 | 1001110 | 10100 | 0 | 110111 | 11000011 | 1000000 | 11011 |
Color Harmonies of #195C73
Complementary color
Monochromatic Colors of #195C73
Black with #195C73
Text Example
Text Example
White with #195C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195C73; }
p { color: rgb(25,92,115); }
H1.HeaderClassName
{
color: #195C73;
}
.AnyTagClassName
{
color: #195C73;
}
</style>
background-color css
<style>
a { background-color: #195C73; }
a { background-color: rgb(25,92,115); }
div.DivClassName
{
background-color: #195C73;
}
.BgClassName
{
background-color: #195C73;
}
</style>
border-color css
<style>
span { border-color: #195C73; }
span { border-color: rgb(25,92,115); }
td.TdClassName
{
border-color: #195C73;
}
.TagClassName
{
border-color: #195C73;
}
</style>