Shades of Orient #115B7D
Tints of Orient #115B7D
RGB
CMYK
RGB Variations
Color information
#115B7D (or 0x115B7D) is known color: Orient. HEX triplet: 11, 5B and 7D. RGB value is (17,91,125). Sum of RGB (Red+Green+Blue) = 17+91+125=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #115B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B7D is #EEA482. Grayscale: #484848. Windows color (decimal): -15639683 or 8215313. OLE color: 8215313.
HSL color Cylindrical-coordinate representation of color #115B7D: hue angle of 198.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115B7D is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 91 | 125 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.51 |
| HSL | 198.89º | 0.76% | 0.28% | - |
| HSV(B) | 198.89º | 0.86% | 0.49% | - |
| XYZ | 7.67 | 9.08 | 20.75 | - |
| YUV | 72.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 125 | 0.86 | 0.27 | 0 | 0.51 | 198.89 | 0.76 | 0.28 |
| Hex | 11 | 5B | 7D | 56 | 1B | 0 | 33 | C7 | 4C | 1C |
| Octal | 21 | 133 | 175 | 126 | 33 | 0 | 63 | 307 | 114 | 34 |
| Binary | 10001 | 1011011 | 1111101 | 1010110 | 11011 | 0 | 110011 | 11000111 | 1001100 | 11100 |
Color Harmonies of #115B7D
Complementary color
Monochromatic Colors of #115B7D
Black with #115B7D
Text Example
Text Example
White with #115B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B7D; }
p { color: rgb(17,91,125); }
H1.HeaderClassName
{
color: #115B7D;
}
.AnyTagClassName
{
color: #115B7D;
}
</style>
background-color css
<style>
a { background-color: #115B7D; }
a { background-color: rgb(17,91,125); }
div.DivClassName
{
background-color: #115B7D;
}
.BgClassName
{
background-color: #115B7D;
}
</style>
border-color css
<style>
span { border-color: #115B7D; }
span { border-color: rgb(17,91,125); }
td.TdClassName
{
border-color: #115B7D;
}
.TagClassName
{
border-color: #115B7D;
}
</style>