#11556E

Color #11556E Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #11556E

Tints of Orient #11556E

Color information

#11556E (or 0x11556E) is unknown color: approx Orient. HEX triplet: 11, 55 and 6E. RGB value is (17,85,110). Sum of RGB (Red+Green+Blue) = 17+85+110=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #11556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11556E is #EEAA91. Grayscale: #434343. Windows color (decimal): -15641234 or 7230737. OLE color: 7230737.

HSL color Cylindrical-coordinate representation of color #11556E: hue angle of 196.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11556E is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1785110-
CMYK0.850.2300.57
HSL196.13º73.23%24.9%-
HSV(B)196.13º84.55%43.14%-
XYZ6.297.7415.91-
YUV67.52151.9791.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=8.02%
G=40.09%
B=51.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17851100.850.2300.57196.1373.2324.9
Hex11556E5517039c44919
Octal211251561252707130411131
Binary1000110101011101110101010110111011100111000100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11556E; }

 p { color: rgb(17,85,110); }

 H1.HeaderClassName
 {
   color: #11556E;
 }
 .AnyTagClassName
 {
   color: #11556E;
 }
</style>
background-color css

<style>
 a { background-color: #11556E; }

 a { background-color: rgb(17,85,110); }

 div.DivClassName
 {
   background-color: #11556E;
 }
 .BgClassName
 {
   background-color: #11556E;
 }
</style>
border-color css

<style>
 span { border-color: #11556E; }

 span { border-color: rgb(17,85,110); }

 td.TdClassName
 {
   border-color: #11556E;
 }
 .TagClassName
 {
   border-color: #11556E;
 }
</style>