Html Css Color HEX #11505A Sherpa Blue

📋 copy color: '#11505A'

red 17 ◦ green 80 ◦ blue 90

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

Shades of Sherpa Blue #11505A

Tints of Sherpa Blue #11505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 9.09%
G = 42.78%
B = 48.13%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11505A (or 0x11505A) is known color: Sherpa Blue. HEX triplet: 11, 50 and 5A. RGB value is (17,80,90). Sum of RGB (Red+Green+Blue) = 17+80+90=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #11505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11505A is #EEAFA5. Grayscale: #3E3E3E. Windows color (decimal): -15642534 or 5918737. OLE color: 5918737.

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

Color convert

RGB 17 80 90 -
CMYK 0.81 0.11 0 0.65
HSL 188.22º 0.68% 0.21% -
HSV(B) 188.22º 0.81% 0.35% -
XYZ 4.95 6.59 10.69 -
YUV 62.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 17 80 90 0.81 0.11 0 0.65 188.22 0.68 0.21
Hex 11 50 5A 51 B 0 41 BC 44 15
Octal 21 120 132 121 13 0 101 274 104 25
Binary 10001 1010000 1011010 1010001 1011 0 1000001 10111100 1000100 10101

Color Harmonies of #11505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11505A

Black with #11505A

Text Example


Text Example

White with #11505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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