Shades of Orient #195D71
Tints of Orient #195D71
RGB
CMYK
RGB Variations
Color information
#195D71 (or 0x195D71) is known color: Orient. HEX triplet: 19, 5D and 71. RGB value is (25,93,113). Sum of RGB (Red+Green+Blue) = 25+93+113=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #195D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D71 is #E6A28E. Grayscale: #4A4A4A. Windows color (decimal): -15114895 or 7429401. OLE color: 7429401.
HSL color Cylindrical-coordinate representation of color #195D71: hue angle of 193.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195D71 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 93 | 113 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.56 |
| HSL | 193.64º | 0.64% | 0.27% | - |
| HSV(B) | 193.64º | 0.78% | 0.44% | - |
| XYZ | 7.3 | 9.23 | 17.02 | - |
| YUV | 74.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 113 | 0.78 | 0.18 | 0 | 0.56 | 193.64 | 0.64 | 0.27 |
| Hex | 19 | 5D | 71 | 4E | 12 | 0 | 38 | C2 | 40 | 1B |
| Octal | 31 | 135 | 161 | 116 | 22 | 0 | 70 | 302 | 100 | 33 |
| Binary | 11001 | 1011101 | 1110001 | 1001110 | 10010 | 0 | 111000 | 11000010 | 1000000 | 11011 |
Color Harmonies of #195D71
Complementary color
Monochromatic Colors of #195D71
Black with #195D71
Text Example
Text Example
White with #195D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D71; }
p { color: rgb(25,93,113); }
H1.HeaderClassName
{
color: #195D71;
}
.AnyTagClassName
{
color: #195D71;
}
</style>
background-color css
<style>
a { background-color: #195D71; }
a { background-color: rgb(25,93,113); }
div.DivClassName
{
background-color: #195D71;
}
.BgClassName
{
background-color: #195D71;
}
</style>
border-color css
<style>
span { border-color: #195D71; }
span { border-color: rgb(25,93,113); }
td.TdClassName
{
border-color: #195D71;
}
.TagClassName
{
border-color: #195D71;
}
</style>