Html Css Color HEX #11505B Sherpa Blue

📋 copy color: '#11505B'

red 17 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #11505B

Tints of Sherpa Blue #11505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 9.04%
G = 42.55%
B = 48.4%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11505B (or 0x11505B) is known color: Sherpa Blue. HEX triplet: 11, 50 and 5B. RGB value is (17,80,91). Sum of RGB (Red+Green+Blue) = 17+80+91=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #11505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11505B is #EEAFA4. Grayscale: #3E3E3E. Windows color (decimal): -15642533 or 5984273. OLE color: 5984273.

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

Color convert

RGB 17 80 91 -
CMYK 0.81 0.12 0 0.64
HSL 188.92º 0.69% 0.21% -
HSV(B) 188.92º 0.81% 0.36% -
XYZ 4.99 6.61 10.91 -
YUV 62.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 17 80 91 0.81 0.12 0 0.64 188.92 0.69 0.21
Hex 11 50 5B 51 C 0 40 BD 45 15
Octal 21 120 133 121 14 0 100 275 105 25
Binary 10001 1010000 1011011 1010001 1100 0 1000000 10111101 1000101 10101

Color Harmonies of #11505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11505B

Black with #11505B

Text Example


Text Example

White with #11505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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