#115B78

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

Shades of Orient #115B78

Tints of Orient #115B78

Color information

#115B78 (or 0x115B78) is unknown color: approx Orient. HEX triplet: 11, 5B and 78. RGB value is (17,91,120). Sum of RGB (Red+Green+Blue) = 17+91+120=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #115B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B78 is #EEA487. Grayscale: #474747. Windows color (decimal): -15639688 or 7887633. OLE color: 7887633.

HSL color Cylindrical-coordinate representation of color #115B78: hue angle of 196.89º 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 #115B78 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1791120-
CMYK0.860.2400.53
HSL196.89º75.18%26.86%-
HSV(B)196.89º85.83%47.06%-
XYZ7.368.9619.11-
YUV72.18154.9888.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=7.46%
G=39.91%
B=52.63%

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
Decimal17911200.860.2400.53196.8975.1826.86
Hex115B785618035c54b1b
Octal211331701263006530511333
Binary1000110110111111000101011011000011010111000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,91,120); }

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

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

 a { background-color: rgb(17,91,120); }

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

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

 span { border-color: rgb(17,91,120); }

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