#115771

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

Shades of Orient #115771

Tints of Orient #115771

Color information

#115771 (or 0x115771) is unknown color: approx Orient. HEX triplet: 11, 57 and 71. RGB value is (17,87,113). Sum of RGB (Red+Green+Blue) = 17+87+113=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #115771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115771 is #EEA88E. Grayscale: #444444. Windows color (decimal): -15640719 or 7427857. OLE color: 7427857.

HSL color Cylindrical-coordinate representation of color #115771: hue angle of 196.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115771 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1787113-
CMYK0.850.2300.56
HSL196.25º73.85%25.49%-
HSV(B)196.25º84.96%44.31%-
XYZ6.628.1316.84-
YUV69.03152.8190.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=7.83%
G=40.09%
B=52.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17871130.850.2300.56196.2573.8525.49
Hex1157715517038c44a19
Octal211271611252707030411231
Binary1000110101111110001101010110111011100011000100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115771; }

 p { color: rgb(17,87,113); }

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

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

 a { background-color: rgb(17,87,113); }

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

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

 span { border-color: rgb(17,87,113); }

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