Shades of Orient #195D6C
Tints of Orient #195D6C
RGB
CMYK
RGB Variations
Color information
#195D6C (or 0x195D6C) is known color: Orient. HEX triplet: 19, 5D and 6C. RGB value is (25,93,108). Sum of RGB (Red+Green+Blue) = 25+93+108=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #195D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D6C is #E6A293. Grayscale: #4A4A4A. Windows color (decimal): -15114900 or 7101721. OLE color: 7101721.
HSL color Cylindrical-coordinate representation of color #195D6C: hue angle of 190.84º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195D6C is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 93 | 108 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.58 |
| HSL | 190.84º | 0.62% | 0.26% | - |
| HSV(B) | 190.84º | 0.77% | 0.42% | - |
| XYZ | 7.02 | 9.12 | 15.58 | - |
| YUV | 74.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 108 | 0.77 | 0.14 | 0 | 0.58 | 190.84 | 0.62 | 0.26 |
| Hex | 19 | 5D | 6C | 4D | E | 0 | 3A | BF | 3E | 1A |
| Octal | 31 | 135 | 154 | 115 | 16 | 0 | 72 | 277 | 76 | 32 |
| Binary | 11001 | 1011101 | 1101100 | 1001101 | 1110 | 0 | 111010 | 10111111 | 111110 | 11010 |
Color Harmonies of #195D6C
Complementary color
Monochromatic Colors of #195D6C
Black with #195D6C
Text Example
Text Example
White with #195D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D6C; }
p { color: rgb(25,93,108); }
H1.HeaderClassName
{
color: #195D6C;
}
.AnyTagClassName
{
color: #195D6C;
}
</style>
background-color css
<style>
a { background-color: #195D6C; }
a { background-color: rgb(25,93,108); }
div.DivClassName
{
background-color: #195D6C;
}
.BgClassName
{
background-color: #195D6C;
}
</style>
border-color css
<style>
span { border-color: #195D6C; }
span { border-color: rgb(25,93,108); }
td.TdClassName
{
border-color: #195D6C;
}
.TagClassName
{
border-color: #195D6C;
}
</style>