Shades of Orient #195A75
Tints of Orient #195A75
RGB
CMYK
RGB Variations
Color information
#195A75 (or 0x195A75) is known color: Orient. HEX triplet: 19, 5A and 75. RGB value is (25,90,117). Sum of RGB (Red+Green+Blue) = 25+90+117=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #195A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A75 is #E6A58A. Grayscale: #494949. Windows color (decimal): -15115659 or 7690777. OLE color: 7690777.
HSL color Cylindrical-coordinate representation of color #195A75: hue angle of 197.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195A75 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 90 | 117 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.54 |
| HSL | 197.61º | 0.65% | 0.28% | - |
| HSV(B) | 197.61º | 0.79% | 0.46% | - |
| XYZ | 7.27 | 8.8 | 18.15 | - |
| YUV | 73.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 117 | 0.79 | 0.23 | 0 | 0.54 | 197.61 | 0.65 | 0.28 |
| Hex | 19 | 5A | 75 | 4F | 17 | 0 | 36 | C6 | 41 | 1C |
| Octal | 31 | 132 | 165 | 117 | 27 | 0 | 66 | 306 | 101 | 34 |
| Binary | 11001 | 1011010 | 1110101 | 1001111 | 10111 | 0 | 110110 | 11000110 | 1000001 | 11100 |
Color Harmonies of #195A75
Complementary color
Monochromatic Colors of #195A75
Black with #195A75
Text Example
Text Example
White with #195A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A75; }
p { color: rgb(25,90,117); }
H1.HeaderClassName
{
color: #195A75;
}
.AnyTagClassName
{
color: #195A75;
}
</style>
background-color css
<style>
a { background-color: #195A75; }
a { background-color: rgb(25,90,117); }
div.DivClassName
{
background-color: #195A75;
}
.BgClassName
{
background-color: #195A75;
}
</style>
border-color css
<style>
span { border-color: #195A75; }
span { border-color: rgb(25,90,117); }
td.TdClassName
{
border-color: #195A75;
}
.TagClassName
{
border-color: #195A75;
}
</style>