#115057

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

Shades of Sherpa Blue #115057

Tints of Sherpa Blue #115057

Color information

#115057 (or 0x115057) is unknown color: approx Sherpa Blue. HEX triplet: 11, 50 and 57. RGB value is (17,80,87). Sum of RGB (Red+Green+Blue) = 17+80+87=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #115057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115057 is #EEAFA8. Grayscale: #3D3D3D. Windows color (decimal): -15642537 or 5722129. OLE color: 5722129.

HSL color Cylindrical-coordinate representation of color #115057: hue angle of 186º 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 #115057 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB178087-
CMYK0.800.0800.66
HSL186º67.31%20.39%-
HSV(B)186º80.46%34.12%-
XYZ4.826.5410.03-
YUV61.96142.1395.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=9.24%
G=43.48%
B=47.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1780870.800.0800.6618667.3120.39
Hex115057508042ba4314
Octal2112012712010010227210324
Binary1000110100001010111101000010000100001010111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115057; }

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

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

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

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

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

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

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

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