#11525B

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

Shades of Sherpa Blue #11525B

Tints of Sherpa Blue #11525B

Color information

#11525B (or 0x11525B) is unknown color: approx Sherpa Blue. HEX triplet: 11, 52 and 5B. RGB value is (17,82,91). Sum of RGB (Red+Green+Blue) = 17+82+91=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #11525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11525B is #EEADA4. Grayscale: #3F3F3F. Windows color (decimal): -15642021 or 5984785. OLE color: 5984785.

HSL color Cylindrical-coordinate representation of color #11525B: hue angle of 187.3º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11525B is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178291-
CMYK0.810.1000.64
HSL187.3º68.52%21.18%-
HSV(B)187.3º81.32%35.69%-
XYZ5.146.9110.96-
YUV63.59143.4794.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=8.95%
G=43.16%
B=47.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1782910.810.1000.64187.368.5221.18
Hex11525B51A040bb4515
Octal2112213312112010027310525
Binary1000110100101011011101000110100100000010111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11525B; }

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

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

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

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

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

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

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

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