#115D79

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

Shades of Allports #115D79

Tints of Allports #115D79

Color information

#115D79 (or 0x115D79) is unknown color: approx Allports. HEX triplet: 11, 5D and 79. RGB value is (17,93,121). Sum of RGB (Red+Green+Blue) = 17+93+121=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #115D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D79 is #EEA286. Grayscale: #494949. Windows color (decimal): -15639175 or 7953681. OLE color: 7953681.

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

Color convert

RGB1793121-
CMYK0.860.2300.53
HSL196.15º75.36%27.06%-
HSV(B)196.15º85.95%47.45%-
XYZ7.69.3319.49-
YUV73.47154.8287.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=7.36%
G=40.26%
B=52.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17931210.860.2300.53196.1575.3627.06
Hex115D795617035c44b1b
Octal211351711262706530411333
Binary1000110111011111001101011010111011010111000100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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