Html Css Color HEX #095059 Sherpa Blue

📋 copy color: '#095059'

red 9 ◦ green 80 ◦ blue 89

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

Shades of Sherpa Blue #095059

Tints of Sherpa Blue #095059

RGB

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

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

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

R = 5.06%
G = 44.94%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095059 (or 0x095059) is known color: Sherpa Blue. HEX triplet: 09, 50 and 59. RGB value is (9,80,89). Sum of RGB (Red+Green+Blue) = 9+80+89=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #095059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095059 is #F6AFA6. Grayscale: #3B3B3B. Windows color (decimal): -16166823 or 5853193. OLE color: 5853193.

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

Color convert

RGB 9 80 89 -
CMYK 0.90 0.10 0 0.65
HSL 186.75º 0.82% 0.19% -
HSV(B) 186.75º 0.9% 0.35% -
XYZ 4.78 6.52 10.46 -
YUV 59.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 9 80 89 0.90 0.10 0 0.65 186.75 0.82 0.19
Hex 9 50 59 5A A 0 41 BB 52 13
Octal 11 120 131 132 12 0 101 273 122 23
Binary 1001 1010000 1011001 1011010 1010 0 1000001 10111011 1010010 10011

Color Harmonies of #095059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095059

Black with #095059

Text Example


Text Example

White with #095059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095059; }

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

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

background-color css

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

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

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

border-color css

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

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

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