#115157

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

Shades of Sherpa Blue #115157

Tints of Sherpa Blue #115157

Color information

#115157 (or 0x115157) is unknown color: approx Sherpa Blue. HEX triplet: 11, 51 and 57. RGB value is (17,81,87). Sum of RGB (Red+Green+Blue) = 17+81+87=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #115157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115157 is #EEAEA8. Grayscale: #3E3E3E. Windows color (decimal): -15642281 or 5722385. OLE color: 5722385.

HSL color Cylindrical-coordinate representation of color #115157: hue angle of 185.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115157 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB178187-
CMYK0.800.0700.66
HSL185.14º67.31%20.39%-
HSV(B)185.14º80.46%34.12%-
XYZ4.896.6910.05-
YUV62.55141.895.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=9.19%
G=43.78%
B=47.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1781870.800.0700.66185.1467.3120.39
Hex115157507042b94314
Octal211211271207010227110324
Binary100011010001101011110100001110100001010111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115157; }

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

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

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

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

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

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

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

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