Html Css Color HEX #095159 Sherpa Blue

📋 copy color: '#095159'

red 9 ◦ green 81 ◦ blue 89

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

Shades of Sherpa Blue #095159

Tints of Sherpa Blue #095159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 5.03%
G = 45.25%
B = 49.72%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095159 (or 0x095159) is known color: Sherpa Blue. HEX triplet: 09, 51 and 59. RGB value is (9,81,89). Sum of RGB (Red+Green+Blue) = 9+81+89=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #095159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095159 is #F6AEA6. Grayscale: #3C3C3C. Windows color (decimal): -16166567 or 5853449. OLE color: 5853449.

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

Color convert

RGB 9 81 89 -
CMYK 0.90 0.09 0 0.65
HSL 186º 0.82% 0.19% -
HSV(B) 186º 0.9% 0.35% -
XYZ 4.86 6.66 10.48 -
YUV 60.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 9 81 89 0.90 0.09 0 0.65 186 0.82 0.19
Hex 9 51 59 5A 9 0 41 BA 52 13
Octal 11 121 131 132 11 0 101 272 122 23
Binary 1001 1010001 1011001 1011010 1001 0 1000001 10111010 1010010 10011

Color Harmonies of #095159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095159

Black with #095159

Text Example


Text Example

White with #095159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095159; }

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

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

background-color css

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

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

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

border-color css

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

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

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