Html Css Color HEX #095158 Sherpa Blue

📋 copy color: '#095158'

red 9 ◦ green 81 ◦ blue 88

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

Shades of Sherpa Blue #095158

Tints of Sherpa Blue #095158

RGB

 RED value IS 9 (3.91% from 255) = 5.06%

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 5.06%
G = 45.51%
B = 49.44%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095158 (or 0x095158) is known color: Sherpa Blue. HEX triplet: 09, 51 and 58. RGB value is (9,81,88). Sum of RGB (Red+Green+Blue) = 9+81+88=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #095158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095158 is #F6AEA7. Grayscale: #3C3C3C. Windows color (decimal): -16166568 or 5787913. OLE color: 5787913.

HSL color Cylindrical-coordinate representation of color #095158: hue angle of 185.32º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095158 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 81 88 -
CMYK 0.90 0.08 0 0.65
HSL 185.32º 0.81% 0.19% -
HSV(B) 185.32º 0.9% 0.35% -
XYZ 4.82 6.65 10.26 -
YUV 60.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 9 81 88 0.90 0.08 0 0.65 185.32 0.81 0.19
Hex 9 51 58 5A 8 0 41 B9 51 13
Octal 11 121 130 132 10 0 101 271 121 23
Binary 1001 1010001 1011000 1011010 1000 0 1000001 10111001 1010001 10011

Color Harmonies of #095158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095158

Black with #095158

Text Example


Text Example

White with #095158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095158; }

 p { color: rgb(9,81,88); }

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

background-color css

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

 a { background-color: rgb(9,81,88); }

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

border-color css

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

 span { border-color: rgb(9,81,88); }

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