#115A76

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

Shades of Orient #115A76

Tints of Orient #115A76

Color information

#115A76 (or 0x115A76) is unknown color: approx Orient. HEX triplet: 11, 5A and 76. RGB value is (17,90,118). Sum of RGB (Red+Green+Blue) = 17+90+118=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #115A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A76 is #EEA589. Grayscale: #474747. Windows color (decimal): -15639946 or 7756305. OLE color: 7756305.

HSL color Cylindrical-coordinate representation of color #115A76: hue angle of 196.63º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115A76 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1790118-
CMYK0.860.2400.54
HSL196.63º74.81%26.47%-
HSV(B)196.63º85.59%46.27%-
XYZ7.168.7418.45-
YUV71.36154.3289.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=7.56%
G=40%
B=52.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17901180.860.2400.54196.6374.8126.47
Hex115A765618036c54b1a
Octal211321661263006630511332
Binary1000110110101110110101011011000011011011000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A76; }

 p { color: rgb(17,90,118); }

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

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

 a { background-color: rgb(17,90,118); }

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

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

 span { border-color: rgb(17,90,118); }

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