Shades of Orient #19526C
Tints of Orient #19526C
RGB
CMYK
RGB Variations
Color information
#19526C (or 0x19526C) is known color: Orient. HEX triplet: 19, 52 and 6C. RGB value is (25,82,108). Sum of RGB (Red+Green+Blue) = 25+82+108=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #19526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19526C is #E6AD93. Grayscale: #434343. Windows color (decimal): -15117716 or 7098905. OLE color: 7098905.
HSL color Cylindrical-coordinate representation of color #19526C: hue angle of 198.8º 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 #19526C is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 82 | 108 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.58 |
| HSL | 198.8º | 0.62% | 0.26% | - |
| HSV(B) | 198.8º | 0.77% | 0.42% | - |
| XYZ | 6.12 | 7.32 | 15.28 | - |
| YUV | 67.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 108 | 0.77 | 0.24 | 0 | 0.58 | 198.8 | 0.62 | 0.26 |
| Hex | 19 | 52 | 6C | 4D | 18 | 0 | 3A | C7 | 3E | 1A |
| Octal | 31 | 122 | 154 | 115 | 30 | 0 | 72 | 307 | 76 | 32 |
| Binary | 11001 | 1010010 | 1101100 | 1001101 | 11000 | 0 | 111010 | 11000111 | 111110 | 11010 |
Color Harmonies of #19526C
Complementary color
Monochromatic Colors of #19526C
Black with #19526C
Text Example
Text Example
White with #19526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19526C; }
p { color: rgb(25,82,108); }
H1.HeaderClassName
{
color: #19526C;
}
.AnyTagClassName
{
color: #19526C;
}
</style>
background-color css
<style>
a { background-color: #19526C; }
a { background-color: rgb(25,82,108); }
div.DivClassName
{
background-color: #19526C;
}
.BgClassName
{
background-color: #19526C;
}
</style>
border-color css
<style>
span { border-color: #19526C; }
span { border-color: rgb(25,82,108); }
td.TdClassName
{
border-color: #19526C;
}
.TagClassName
{
border-color: #19526C;
}
</style>