Html Css Color HEX #115058 Sherpa Blue

📋 copy color: '#115058'

red 17 ◦ green 80 ◦ blue 88

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

Shades of Sherpa Blue #115058

Tints of Sherpa Blue #115058

RGB

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

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

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

R = 9.19%
G = 43.24%
B = 47.57%

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

#115058 (or 0x115058) is known color: Sherpa Blue. HEX triplet: 11, 50 and 58. RGB value is (17,80,88). Sum of RGB (Red+Green+Blue) = 17+80+88=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #115058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115058 is #EEAFA7. Grayscale: #3D3D3D. Windows color (decimal): -15642536 or 5787665. OLE color: 5787665.

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

Color convert

RGB 17 80 88 -
CMYK 0.81 0.09 0 0.65
HSL 186.76º 0.68% 0.21% -
HSV(B) 186.76º 0.81% 0.35% -
XYZ 4.86 6.56 10.24 -
YUV 62.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 17 80 88 0.81 0.09 0 0.65 186.76 0.68 0.21
Hex 11 50 58 51 9 0 41 BB 44 15
Octal 21 120 130 121 11 0 101 273 104 25
Binary 10001 1010000 1011000 1010001 1001 0 1000001 10111011 1000100 10101

Color Harmonies of #115058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115058

Black with #115058

Text Example


Text Example

White with #115058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115058; }

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

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

background-color css

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

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

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

border-color css

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

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

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