Html Css Color HEX #115257 Sherpa Blue

📋 copy color: '#115257'

red 17 ◦ green 82 ◦ blue 87

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

Shades of Sherpa Blue #115257

Tints of Sherpa Blue #115257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.77%

R = 9.14%
G = 44.09%
B = 46.77%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#115257 (or 0x115257) is known color: Sherpa Blue. HEX triplet: 11, 52 and 57. RGB value is (17,82,87). Sum of RGB (Red+Green+Blue) = 17+82+87=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #115257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115257 is #EEADA8. Grayscale: #3F3F3F. Windows color (decimal): -15642025 or 5722641. OLE color: 5722641.

HSL color Cylindrical-coordinate representation of color #115257: hue angle of 184.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115257 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 82 87 -
CMYK 0.80 0.06 0 0.66
HSL 184.29º 0.67% 0.2% -
HSV(B) 184.29º 0.8% 0.34% -
XYZ 4.97 6.84 10.08 -
YUV 63.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 17 82 87 0.80 0.06 0 0.66 184.29 0.67 0.2
Hex 11 52 57 50 6 0 42 B8 43 14
Octal 21 122 127 120 6 0 102 270 103 24
Binary 10001 1010010 1010111 1010000 110 0 1000010 10111000 1000011 10100

Color Harmonies of #115257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115257

Black with #115257

Text Example


Text Example

White with #115257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115257; }

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

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

background-color css

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

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

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

border-color css

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

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

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