Shades of Orient #115A73
Tints of Orient #115A73
RGB
CMYK
RGB Variations
Color information
#115A73 (or 0x115A73) is known color: Orient. HEX triplet: 11, 5A and 73. RGB value is (17,90,115). Sum of RGB (Red+Green+Blue) = 17+90+115=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #115A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A73 is #EEA58C. Grayscale: #464646. Windows color (decimal): -15639949 or 7559697. OLE color: 7559697.
HSL color Cylindrical-coordinate representation of color #115A73: hue angle of 195.31º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115A73 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 90 | 115 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.55 |
| HSL | 195.31º | 0.74% | 0.26% | - |
| HSV(B) | 195.31º | 0.85% | 0.45% | - |
| XYZ | 6.98 | 8.67 | 17.53 | - |
| YUV | 71.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 115 | 0.85 | 0.22 | 0 | 0.55 | 195.31 | 0.74 | 0.26 |
| Hex | 11 | 5A | 73 | 55 | 16 | 0 | 37 | C3 | 4A | 1A |
| Octal | 21 | 132 | 163 | 125 | 26 | 0 | 67 | 303 | 112 | 32 |
| Binary | 10001 | 1011010 | 1110011 | 1010101 | 10110 | 0 | 110111 | 11000011 | 1001010 | 11010 |
Color Harmonies of #115A73
Complementary color
Monochromatic Colors of #115A73
Black with #115A73
Text Example
Text Example
White with #115A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A73; }
p { color: rgb(17,90,115); }
H1.HeaderClassName
{
color: #115A73;
}
.AnyTagClassName
{
color: #115A73;
}
</style>
background-color css
<style>
a { background-color: #115A73; }
a { background-color: rgb(17,90,115); }
div.DivClassName
{
background-color: #115A73;
}
.BgClassName
{
background-color: #115A73;
}
</style>
border-color css
<style>
span { border-color: #115A73; }
span { border-color: rgb(17,90,115); }
td.TdClassName
{
border-color: #115A73;
}
.TagClassName
{
border-color: #115A73;
}
</style>