Shades of Orient #11536D
Tints of Orient #11536D
RGB
CMYK
RGB Variations
Color information
#11536D (or 0x11536D) is known color: Orient. HEX triplet: 11, 53 and 6D. RGB value is (17,83,109). Sum of RGB (Red+Green+Blue) = 17+83+109=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #11536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11536D is #EEAC92. Grayscale: #424242. Windows color (decimal): -15641747 or 7164689. OLE color: 7164689.
HSL color Cylindrical-coordinate representation of color #11536D: hue angle of 196.96º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11536D is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 83 | 109 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.57 |
| HSL | 196.96º | 0.73% | 0.25% | - |
| HSV(B) | 196.96º | 0.84% | 0.43% | - |
| XYZ | 6.08 | 7.41 | 15.58 | - |
| YUV | 66.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 109 | 0.84 | 0.24 | 0 | 0.57 | 196.96 | 0.73 | 0.25 |
| Hex | 11 | 53 | 6D | 54 | 18 | 0 | 39 | C5 | 49 | 19 |
| Octal | 21 | 123 | 155 | 124 | 30 | 0 | 71 | 305 | 111 | 31 |
| Binary | 10001 | 1010011 | 1101101 | 1010100 | 11000 | 0 | 111001 | 11000101 | 1001001 | 11001 |
Color Harmonies of #11536D
Complementary color
Monochromatic Colors of #11536D
Black with #11536D
Text Example
Text Example
White with #11536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11536D; }
p { color: rgb(17,83,109); }
H1.HeaderClassName
{
color: #11536D;
}
.AnyTagClassName
{
color: #11536D;
}
</style>
background-color css
<style>
a { background-color: #11536D; }
a { background-color: rgb(17,83,109); }
div.DivClassName
{
background-color: #11536D;
}
.BgClassName
{
background-color: #11536D;
}
</style>
border-color css
<style>
span { border-color: #11536D; }
span { border-color: rgb(17,83,109); }
td.TdClassName
{
border-color: #11536D;
}
.TagClassName
{
border-color: #11536D;
}
</style>