Shades of Orient #195B7B
Tints of Orient #195B7B
RGB
CMYK
RGB Variations
Color information
#195B7B (or 0x195B7B) is known color: Orient. HEX triplet: 19, 5B and 7B. RGB value is (25,91,123). Sum of RGB (Red+Green+Blue) = 25+91+123=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #195B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195B7B is #E6A484. Grayscale: #4A4A4A. Windows color (decimal): -15115397 or 8084249. OLE color: 8084249.
HSL color Cylindrical-coordinate representation of color #195B7B: hue angle of 199.59º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195B7B is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 91 | 123 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.52 |
| HSL | 199.59º | 0.66% | 0.29% | - |
| HSV(B) | 199.59º | 0.8% | 0.48% | - |
| XYZ | 7.72 | 9.12 | 20.09 | - |
| YUV | 74.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 123 | 0.80 | 0.26 | 0 | 0.52 | 199.59 | 0.66 | 0.29 |
| Hex | 19 | 5B | 7B | 50 | 1A | 0 | 34 | C8 | 42 | 1D |
| Octal | 31 | 133 | 173 | 120 | 32 | 0 | 64 | 310 | 102 | 35 |
| Binary | 11001 | 1011011 | 1111011 | 1010000 | 11010 | 0 | 110100 | 11001000 | 1000010 | 11101 |
Color Harmonies of #195B7B
Complementary color
Monochromatic Colors of #195B7B
Black with #195B7B
Text Example
Text Example
White with #195B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B7B; }
p { color: rgb(25,91,123); }
H1.HeaderClassName
{
color: #195B7B;
}
.AnyTagClassName
{
color: #195B7B;
}
</style>
background-color css
<style>
a { background-color: #195B7B; }
a { background-color: rgb(25,91,123); }
div.DivClassName
{
background-color: #195B7B;
}
.BgClassName
{
background-color: #195B7B;
}
</style>
border-color css
<style>
span { border-color: #195B7B; }
span { border-color: rgb(25,91,123); }
td.TdClassName
{
border-color: #195B7B;
}
.TagClassName
{
border-color: #195B7B;
}
</style>