Shades of Orient #11577B
Tints of Orient #11577B
RGB
CMYK
RGB Variations
Color information
#11577B (or 0x11577B) is known color: Orient. HEX triplet: 11, 57 and 7B. RGB value is (17,87,123). Sum of RGB (Red+Green+Blue) = 17+87+123=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #11577B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11577B is #EEA884. Grayscale: #454545. Windows color (decimal): -15640709 or 8083217. OLE color: 8083217.
HSL color Cylindrical-coordinate representation of color #11577B: hue angle of 200.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11577B is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 87 | 123 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.52 |
| HSL | 200.38º | 0.76% | 0.27% | - |
| HSV(B) | 200.38º | 0.86% | 0.48% | - |
| XYZ | 7.21 | 8.37 | 19.97 | - |
| YUV | 70.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 123 | 0.86 | 0.29 | 0 | 0.52 | 200.38 | 0.76 | 0.27 |
| Hex | 11 | 57 | 7B | 56 | 1D | 0 | 34 | C8 | 4C | 1B |
| Octal | 21 | 127 | 173 | 126 | 35 | 0 | 64 | 310 | 114 | 33 |
| Binary | 10001 | 1010111 | 1111011 | 1010110 | 11101 | 0 | 110100 | 11001000 | 1001100 | 11011 |
Color Harmonies of #11577B
Complementary color
Monochromatic Colors of #11577B
Black with #11577B
Text Example
Text Example
White with #11577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11577B; }
p { color: rgb(17,87,123); }
H1.HeaderClassName
{
color: #11577B;
}
.AnyTagClassName
{
color: #11577B;
}
</style>
background-color css
<style>
a { background-color: #11577B; }
a { background-color: rgb(17,87,123); }
div.DivClassName
{
background-color: #11577B;
}
.BgClassName
{
background-color: #11577B;
}
</style>
border-color css
<style>
span { border-color: #11577B; }
span { border-color: rgb(17,87,123); }
td.TdClassName
{
border-color: #11577B;
}
.TagClassName
{
border-color: #11577B;
}
</style>