Shades of Orient #19506C
Tints of Orient #19506C
RGB
CMYK
RGB Variations
Color information
#19506C (or 0x19506C) is known color: Orient. HEX triplet: 19, 50 and 6C. RGB value is (25,80,108). Sum of RGB (Red+Green+Blue) = 25+80+108=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #19506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19506C is #E6AF93. Grayscale: #424242. Windows color (decimal): -15118228 or 7098393. OLE color: 7098393.
HSL color Cylindrical-coordinate representation of color #19506C: hue angle of 200.24º 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 #19506C is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 80 | 108 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.58 |
| HSL | 200.24º | 0.62% | 0.26% | - |
| HSV(B) | 200.24º | 0.77% | 0.42% | - |
| XYZ | 5.98 | 7.03 | 15.23 | - |
| YUV | 66.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 108 | 0.77 | 0.26 | 0 | 0.58 | 200.24 | 0.62 | 0.26 |
| Hex | 19 | 50 | 6C | 4D | 1A | 0 | 3A | C8 | 3E | 1A |
| Octal | 31 | 120 | 154 | 115 | 32 | 0 | 72 | 310 | 76 | 32 |
| Binary | 11001 | 1010000 | 1101100 | 1001101 | 11010 | 0 | 111010 | 11001000 | 111110 | 11010 |
Color Harmonies of #19506C
Complementary color
Monochromatic Colors of #19506C
Black with #19506C
Text Example
Text Example
White with #19506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19506C; }
p { color: rgb(25,80,108); }
H1.HeaderClassName
{
color: #19506C;
}
.AnyTagClassName
{
color: #19506C;
}
</style>
background-color css
<style>
a { background-color: #19506C; }
a { background-color: rgb(25,80,108); }
div.DivClassName
{
background-color: #19506C;
}
.BgClassName
{
background-color: #19506C;
}
</style>
border-color css
<style>
span { border-color: #19506C; }
span { border-color: rgb(25,80,108); }
td.TdClassName
{
border-color: #19506C;
}
.TagClassName
{
border-color: #19506C;
}
</style>