#115A77

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

Shades of Orient #115A77

Tints of Orient #115A77

Color information

#115A77 (or 0x115A77) is unknown color: approx Orient. HEX triplet: 11, 5A and 77. RGB value is (17,90,119). Sum of RGB (Red+Green+Blue) = 17+90+119=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #115A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A77 is #EEA588. Grayscale: #474747. Windows color (decimal): -15639945 or 7821841. OLE color: 7821841.

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

Color convert

RGB1790119-
CMYK0.860.2400.53
HSL197.06º75%26.67%-
HSV(B)197.06º85.71%46.67%-
XYZ7.228.7618.76-
YUV71.48154.8289.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=7.52%
G=39.82%
B=52.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17901190.860.2400.53197.067526.67
Hex115A775618035c54b1b
Octal211321671263006530511333
Binary1000110110101110111101011011000011010111000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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