Shades of Orient #11567B
Tints of Orient #11567B
RGB
CMYK
RGB Variations
Color information
#11567B (or 0x11567B) is known color: Orient. HEX triplet: 11, 56 and 7B. RGB value is (17,86,123). Sum of RGB (Red+Green+Blue) = 17+86+123=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #11567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11567B is #EEA984. Grayscale: #454545. Windows color (decimal): -15640965 or 8082961. OLE color: 8082961.
HSL color Cylindrical-coordinate representation of color #11567B: hue angle of 200.94º 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 #11567B is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 86 | 123 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.52 |
| HSL | 200.94º | 0.76% | 0.27% | - |
| HSV(B) | 200.94º | 0.86% | 0.48% | - |
| XYZ | 7.13 | 8.2 | 19.95 | - |
| YUV | 69.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 123 | 0.86 | 0.30 | 0 | 0.52 | 200.94 | 0.76 | 0.27 |
| Hex | 11 | 56 | 7B | 56 | 1E | 0 | 34 | C9 | 4C | 1B |
| Octal | 21 | 126 | 173 | 126 | 36 | 0 | 64 | 311 | 114 | 33 |
| Binary | 10001 | 1010110 | 1111011 | 1010110 | 11110 | 0 | 110100 | 11001001 | 1001100 | 11011 |
Color Harmonies of #11567B
Complementary color
Monochromatic Colors of #11567B
Black with #11567B
Text Example
Text Example
White with #11567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11567B; }
p { color: rgb(17,86,123); }
H1.HeaderClassName
{
color: #11567B;
}
.AnyTagClassName
{
color: #11567B;
}
</style>
background-color css
<style>
a { background-color: #11567B; }
a { background-color: rgb(17,86,123); }
div.DivClassName
{
background-color: #11567B;
}
.BgClassName
{
background-color: #11567B;
}
</style>
border-color css
<style>
span { border-color: #11567B; }
span { border-color: rgb(17,86,123); }
td.TdClassName
{
border-color: #11567B;
}
.TagClassName
{
border-color: #11567B;
}
</style>