Shades of Orient #19516F
Tints of Orient #19516F
RGB
CMYK
RGB Variations
Color information
#19516F (or 0x19516F) is known color: Orient. HEX triplet: 19, 51 and 6F. RGB value is (25,81,111). Sum of RGB (Red+Green+Blue) = 25+81+111=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #19516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19516F is #E6AE90. Grayscale: #434343. Windows color (decimal): -15117969 or 7295257. OLE color: 7295257.
HSL color Cylindrical-coordinate representation of color #19516F: hue angle of 200.93º 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 #19516F is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 81 | 111 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.56 |
| HSL | 200.93º | 0.63% | 0.27% | - |
| HSV(B) | 200.93º | 0.77% | 0.44% | - |
| XYZ | 6.21 | 7.24 | 16.11 | - |
| YUV | 67.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 111 | 0.77 | 0.27 | 0 | 0.56 | 200.93 | 0.63 | 0.27 |
| Hex | 19 | 51 | 6F | 4D | 1B | 0 | 38 | C9 | 3F | 1B |
| Octal | 31 | 121 | 157 | 115 | 33 | 0 | 70 | 311 | 77 | 33 |
| Binary | 11001 | 1010001 | 1101111 | 1001101 | 11011 | 0 | 111000 | 11001001 | 111111 | 11011 |
Color Harmonies of #19516F
Complementary color
Monochromatic Colors of #19516F
Black with #19516F
Text Example
Text Example
White with #19516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19516F; }
p { color: rgb(25,81,111); }
H1.HeaderClassName
{
color: #19516F;
}
.AnyTagClassName
{
color: #19516F;
}
</style>
background-color css
<style>
a { background-color: #19516F; }
a { background-color: rgb(25,81,111); }
div.DivClassName
{
background-color: #19516F;
}
.BgClassName
{
background-color: #19516F;
}
</style>
border-color css
<style>
span { border-color: #19516F; }
span { border-color: rgb(25,81,111); }
td.TdClassName
{
border-color: #19516F;
}
.TagClassName
{
border-color: #19516F;
}
</style>