Html Css Color HEX #115258 Sherpa Blue

📋 copy color: '#115258'

red 17 ◦ green 82 ◦ blue 88

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

Shades of Sherpa Blue #115258

Tints of Sherpa Blue #115258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 9.09%
G = 43.85%
B = 47.06%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115258 (or 0x115258) is known color: Sherpa Blue. HEX triplet: 11, 52 and 58. RGB value is (17,82,88). Sum of RGB (Red+Green+Blue) = 17+82+88=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #115258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115258 is #EEADA7. Grayscale: #3F3F3F. Windows color (decimal): -15642024 or 5788177. OLE color: 5788177.

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

Color convert

RGB 17 82 88 -
CMYK 0.81 0.07 0 0.65
HSL 185.07º 0.68% 0.21% -
HSV(B) 185.07º 0.81% 0.35% -
XYZ 5.01 6.86 10.29 -
YUV 63.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 17 82 88 0.81 0.07 0 0.65 185.07 0.68 0.21
Hex 11 52 58 51 7 0 41 B9 44 15
Octal 21 122 130 121 7 0 101 271 104 25
Binary 10001 1010010 1011000 1010001 111 0 1000001 10111001 1000100 10101

Color Harmonies of #115258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115258

Black with #115258

Text Example


Text Example

White with #115258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115258; }

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

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

background-color css

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

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

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

border-color css

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

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

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