Shades of Orient #19506F
Tints of Orient #19506F
RGB
CMYK
RGB Variations
Color information
#19506F (or 0x19506F) is known color: Orient. HEX triplet: 19, 50 and 6F. RGB value is (25,80,111). Sum of RGB (Red+Green+Blue) = 25+80+111=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #19506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19506F is #E6AF90. Grayscale: #424242. Windows color (decimal): -15118225 or 7295001. OLE color: 7295001.
HSL color Cylindrical-coordinate representation of color #19506F: hue angle of 201.63º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19506F is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 80 | 111 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.56 |
| HSL | 201.63º | 0.63% | 0.27% | - |
| HSV(B) | 201.63º | 0.77% | 0.44% | - |
| XYZ | 6.14 | 7.09 | 16.08 | - |
| YUV | 67.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 111 | 0.77 | 0.28 | 0 | 0.56 | 201.63 | 0.63 | 0.27 |
| Hex | 19 | 50 | 6F | 4D | 1C | 0 | 38 | CA | 3F | 1B |
| Octal | 31 | 120 | 157 | 115 | 34 | 0 | 70 | 312 | 77 | 33 |
| Binary | 11001 | 1010000 | 1101111 | 1001101 | 11100 | 0 | 111000 | 11001010 | 111111 | 11011 |
Color Harmonies of #19506F
Complementary color
Monochromatic Colors of #19506F
Black with #19506F
Text Example
Text Example
White with #19506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19506F; }
p { color: rgb(25,80,111); }
H1.HeaderClassName
{
color: #19506F;
}
.AnyTagClassName
{
color: #19506F;
}
</style>
background-color css
<style>
a { background-color: #19506F; }
a { background-color: rgb(25,80,111); }
div.DivClassName
{
background-color: #19506F;
}
.BgClassName
{
background-color: #19506F;
}
</style>
border-color css
<style>
span { border-color: #19506F; }
span { border-color: rgb(25,80,111); }
td.TdClassName
{
border-color: #19506F;
}
.TagClassName
{
border-color: #19506F;
}
</style>