Shades of Orient #195C7E
Tints of Orient #195C7E
RGB
CMYK
RGB Variations
Color information
#195C7E (or 0x195C7E) is known color: Orient. HEX triplet: 19, 5C and 7E. RGB value is (25,92,126). Sum of RGB (Red+Green+Blue) = 25+92+126=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #195C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C7E is #E6A381. Grayscale: #4B4B4B. Windows color (decimal): -15115138 or 8281113. OLE color: 8281113.
HSL color Cylindrical-coordinate representation of color #195C7E: hue angle of 200.2º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195C7E is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 92 | 126 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.51 |
| HSL | 200.2º | 0.67% | 0.3% | - |
| HSV(B) | 200.2º | 0.8% | 0.49% | - |
| XYZ | 7.99 | 9.37 | 21.13 | - |
| YUV | 75.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 126 | 0.80 | 0.27 | 0 | 0.51 | 200.2 | 0.67 | 0.3 |
| Hex | 19 | 5C | 7E | 50 | 1B | 0 | 33 | C8 | 43 | 1E |
| Octal | 31 | 134 | 176 | 120 | 33 | 0 | 63 | 310 | 103 | 36 |
| Binary | 11001 | 1011100 | 1111110 | 1010000 | 11011 | 0 | 110011 | 11001000 | 1000011 | 11110 |
Color Harmonies of #195C7E
Complementary color
Monochromatic Colors of #195C7E
Black with #195C7E
Text Example
Text Example
White with #195C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195C7E; }
p { color: rgb(25,92,126); }
H1.HeaderClassName
{
color: #195C7E;
}
.AnyTagClassName
{
color: #195C7E;
}
</style>
background-color css
<style>
a { background-color: #195C7E; }
a { background-color: rgb(25,92,126); }
div.DivClassName
{
background-color: #195C7E;
}
.BgClassName
{
background-color: #195C7E;
}
</style>
border-color css
<style>
span { border-color: #195C7E; }
span { border-color: rgb(25,92,126); }
td.TdClassName
{
border-color: #195C7E;
}
.TagClassName
{
border-color: #195C7E;
}
</style>