#115159

Color #115159 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #115159

Tints of Sherpa Blue #115159

Color information

#115159 (or 0x115159) is unknown color: approx Sherpa Blue. HEX triplet: 11, 51 and 59. RGB value is (17,81,89). Sum of RGB (Red+Green+Blue) = 17+81+89=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #115159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115159 is #EEAEA6. Grayscale: #3E3E3E. Windows color (decimal): -15642279 or 5853457. OLE color: 5853457.

HSL color Cylindrical-coordinate representation of color #115159: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115159 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB178189-
CMYK0.810.0900.65
HSL186.67º67.92%20.78%-
HSV(B)186.67º80.9%34.9%-
XYZ4.986.7310.49-
YUV62.78142.895.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=9.09%
G=43.32%
B=47.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1781890.810.0900.65186.6767.9220.78
Hex115159519041bb4415
Octal2112113112111010127310425
Binary1000110100011011001101000110010100000110111011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115159; }

 p { color: rgb(17,81,89); }

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

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

 a { background-color: rgb(17,81,89); }

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

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

 span { border-color: rgb(17,81,89); }

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