#115A7D

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

Shades of Orient #115A7D

Tints of Orient #115A7D

Color information

#115A7D (or 0x115A7D) is unknown color: approx Orient. HEX triplet: 11, 5A and 7D. RGB value is (17,90,125). Sum of RGB (Red+Green+Blue) = 17+90+125=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #115A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A7D is #EEA582. Grayscale: #474747. Windows color (decimal): -15639939 or 8215057. OLE color: 8215057.

HSL color Cylindrical-coordinate representation of color #115A7D: hue angle of 199.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115A7D is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1790125-
CMYK0.860.2800.51
HSL199.44º76.06%27.84%-
HSV(B)199.44º86.4%49.02%-
XYZ7.598.9120.72-
YUV72.16157.8288.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=7.33%
G=38.79%
B=53.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17901250.860.2800.51199.4476.0627.84
Hex115A7D561C033c74c1c
Octal211321751263406330711434
Binary1000110110101111101101011011100011001111000111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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