#115259

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

Shades of Sherpa Blue #115259

Tints of Sherpa Blue #115259

Color information

#115259 (or 0x115259) is unknown color: approx Sherpa Blue. HEX triplet: 11, 52 and 59. RGB value is (17,82,89). Sum of RGB (Red+Green+Blue) = 17+82+89=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #115259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115259 is #EEADA6. Grayscale: #3F3F3F. Windows color (decimal): -15642023 or 5853713. OLE color: 5853713.

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

Color convert

RGB178289-
CMYK0.810.0800.65
HSL185.83º67.92%20.78%-
HSV(B)185.83º80.9%34.9%-
XYZ5.056.8810.51-
YUV63.36142.4794.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=9.04%
G=43.62%
B=47.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1782890.810.0800.65185.8367.9220.78
Hex115259518041ba4415
Octal2112213112110010127210425
Binary1000110100101011001101000110000100000110111010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115259; }

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

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

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

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

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

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

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

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