#115A74

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

Shades of Orient #115A74

Tints of Orient #115A74

Color information

#115A74 (or 0x115A74) is unknown color: approx Orient. HEX triplet: 11, 5A and 74. RGB value is (17,90,116). Sum of RGB (Red+Green+Blue) = 17+90+116=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #115A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A74 is #EEA58B. Grayscale: #464646. Windows color (decimal): -15639948 or 7625233. OLE color: 7625233.

HSL color Cylindrical-coordinate representation of color #115A74: hue angle of 195.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115A74 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1790116-
CMYK0.850.2200.55
HSL195.76º74.44%26.08%-
HSV(B)195.76º85.34%45.49%-
XYZ7.048.6917.83-
YUV71.14153.3289.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=7.62%
G=40.36%
B=52.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17901160.850.2200.55195.7674.4426.08
Hex115A745516037c44a1a
Octal211321641252606730411232
Binary1000110110101110100101010110110011011111000100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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