Shades of Orient #195A73
Tints of Orient #195A73
RGB
CMYK
RGB Variations
Color information
#195A73 (or 0x195A73) is known color: Orient. HEX triplet: 19, 5A and 73. RGB value is (25,90,115). Sum of RGB (Red+Green+Blue) = 25+90+115=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #195A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A73 is #E6A58C. Grayscale: #494949. Windows color (decimal): -15115661 or 7559705. OLE color: 7559705.
HSL color Cylindrical-coordinate representation of color #195A73: hue angle of 196.67º 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 #195A73 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 90 | 115 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.55 |
| HSL | 196.67º | 0.64% | 0.27% | - |
| HSV(B) | 196.67º | 0.78% | 0.45% | - |
| XYZ | 7.15 | 8.76 | 17.53 | - |
| YUV | 73.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 115 | 0.78 | 0.22 | 0 | 0.55 | 196.67 | 0.64 | 0.27 |
| Hex | 19 | 5A | 73 | 4E | 16 | 0 | 37 | C5 | 40 | 1B |
| Octal | 31 | 132 | 163 | 116 | 26 | 0 | 67 | 305 | 100 | 33 |
| Binary | 11001 | 1011010 | 1110011 | 1001110 | 10110 | 0 | 110111 | 11000101 | 1000000 | 11011 |
Color Harmonies of #195A73
Complementary color
Monochromatic Colors of #195A73
Black with #195A73
Text Example
Text Example
White with #195A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A73; }
p { color: rgb(25,90,115); }
H1.HeaderClassName
{
color: #195A73;
}
.AnyTagClassName
{
color: #195A73;
}
</style>
background-color css
<style>
a { background-color: #195A73; }
a { background-color: rgb(25,90,115); }
div.DivClassName
{
background-color: #195A73;
}
.BgClassName
{
background-color: #195A73;
}
</style>
border-color css
<style>
span { border-color: #195A73; }
span { border-color: rgb(25,90,115); }
td.TdClassName
{
border-color: #195A73;
}
.TagClassName
{
border-color: #195A73;
}
</style>