Html Css Color HEX #11525A Sherpa Blue

📋 copy color: '#11525A'

red 17 ◦ green 82 ◦ blue 90

#11525A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #11525A

Tints of Sherpa Blue #11525A

RGB

 RED value IS 17 (7.03% from 255) = 8.99%

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 90 (35.55% from 255) = 47.62%

R = 8.99%
G = 43.39%
B = 47.62%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11525A (or 0x11525A) is known color: Sherpa Blue. HEX triplet: 11, 52 and 5A. RGB value is (17,82,90). Sum of RGB (Red+Green+Blue) = 17+82+90=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #11525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11525A is #EEADA5. Grayscale: #3F3F3F. Windows color (decimal): -15642022 or 5919249. OLE color: 5919249.

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

Color convert

RGB 17 82 90 -
CMYK 0.81 0.09 0 0.65
HSL 186.58º 0.68% 0.21% -
HSV(B) 186.58º 0.81% 0.35% -
XYZ 5.09 6.89 10.73 -
YUV 63.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 17 82 90 0.81 0.09 0 0.65 186.58 0.68 0.21
Hex 11 52 5A 51 9 0 41 BB 44 15
Octal 21 122 132 121 11 0 101 273 104 25
Binary 10001 1010010 1011010 1010001 1001 0 1000001 10111011 1000100 10101

Color Harmonies of #11525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11525A

Black with #11525A

Text Example


Text Example

White with #11525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11525A;
 }
 .AnyTagClassName
 {
   color: #11525A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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