#115C7C

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

Shades of Orient #115C7C

Tints of Orient #115C7C

Color information

#115C7C (or 0x115C7C) is unknown color: approx Orient. HEX triplet: 11, 5C and 7C. RGB value is (17,92,124). Sum of RGB (Red+Green+Blue) = 17+92+124=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #115C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C7C is #EEA383. Grayscale: #494949. Windows color (decimal): -15639428 or 8150033. OLE color: 8150033.

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

Color convert

RGB1792124-
CMYK0.860.2600.51
HSL197.94º75.89%27.65%-
HSV(B)197.94º86.29%48.63%-
XYZ7.79.2320.44-
YUV73.22156.6587.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=7.30%
G=39.48%
B=53.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17921240.860.2600.51197.9475.8927.65
Hex115C7C561A033c64c1c
Octal211341741263206330611434
Binary1000110111001111100101011011010011001111000110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,92,124); }

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

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

 a { background-color: rgb(17,92,124); }

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

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

 span { border-color: rgb(17,92,124); }

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