Shades of Orient #195F80
Tints of Orient #195F80
RGB
CMYK
RGB Variations
Color information
#195F80 (or 0x195F80) is known color: Orient. HEX triplet: 19, 5F and 80. RGB value is (25,95,128). Sum of RGB (Red+Green+Blue) = 25+95+128=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #195F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F80 is #E6A07F. Grayscale: #4D4D4D. Windows color (decimal): -15114368 or 8412953. OLE color: 8412953.
HSL color Cylindrical-coordinate representation of color #195F80: hue angle of 199.22º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195F80 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 95 | 128 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.50 |
| HSL | 199.22º | 0.67% | 0.3% | - |
| HSV(B) | 199.22º | 0.8% | 0.5% | - |
| XYZ | 8.39 | 9.95 | 21.9 | - |
| YUV | 77.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 128 | 0.80 | 0.26 | 0 | 0.50 | 199.22 | 0.67 | 0.3 |
| Hex | 19 | 5F | 80 | 50 | 1A | 0 | 32 | C7 | 43 | 1E |
| Octal | 31 | 137 | 200 | 120 | 32 | 0 | 62 | 307 | 103 | 36 |
| Binary | 11001 | 1011111 | 10000000 | 1010000 | 11010 | 0 | 110010 | 11000111 | 1000011 | 11110 |
Color Harmonies of #195F80
Complementary color
Monochromatic Colors of #195F80
Black with #195F80
Text Example
Text Example
White with #195F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F80; }
p { color: rgb(25,95,128); }
H1.HeaderClassName
{
color: #195F80;
}
.AnyTagClassName
{
color: #195F80;
}
</style>
background-color css
<style>
a { background-color: #195F80; }
a { background-color: rgb(25,95,128); }
div.DivClassName
{
background-color: #195F80;
}
.BgClassName
{
background-color: #195F80;
}
</style>
border-color css
<style>
span { border-color: #195F80; }
span { border-color: rgb(25,95,128); }
td.TdClassName
{
border-color: #195F80;
}
.TagClassName
{
border-color: #195F80;
}
</style>