#115d77

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

Shades of Allports #115D77

Tints of Allports #115D77

Color information

#115D77 (or 0x115D77) is unknown color: approx Allports. HEX triplet: 11, 5D and 77. RGB value is (17,93,119). Sum of RGB (Red+Green+Blue) = 17+93+119=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #115D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D77 is #EEA288. Grayscale: #494949. Windows color (decimal): -15639177 or 7822609. OLE color: 7822609.

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

Color convert

RGB1793119-
CMYK0.860.2200.53
HSL195.29º75%26.67%-
HSV(B)195.29º85.71%46.67%-
XYZ7.489.2818.85-
YUV73.24153.8287.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=7.42%
G=40.61%
B=51.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17931190.860.2200.53195.297526.67
Hex115D775616035c34b1b
Octal211351671262606530311333
Binary1000110111011110111101011010110011010111000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115d77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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