Html Css Color HEX #095058 Sherpa Blue

📋 copy color: '#095058'

red 9 ◦ green 80 ◦ blue 88

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

Shades of Sherpa Blue #095058

Tints of Sherpa Blue #095058

RGB

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

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

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

R = 5.08%
G = 45.2%
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

#095058 (or 0x095058) is known color: Sherpa Blue. HEX triplet: 09, 50 and 58. RGB value is (9,80,88). Sum of RGB (Red+Green+Blue) = 9+80+88=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #095058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095058 is #F6AFA7. Grayscale: #3B3B3B. Windows color (decimal): -16166824 or 5787657. OLE color: 5787657.

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

Color convert

RGB 9 80 88 -
CMYK 0.90 0.09 0 0.65
HSL 186.08º 0.81% 0.19% -
HSV(B) 186.08º 0.9% 0.35% -
XYZ 4.74 6.5 10.24 -
YUV 59.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 9 80 88 0.90 0.09 0 0.65 186.08 0.81 0.19
Hex 9 50 58 5A 9 0 41 BA 51 13
Octal 11 120 130 132 11 0 101 272 121 23
Binary 1001 1010000 1011000 1011010 1001 0 1000001 10111010 1010001 10011

Color Harmonies of #095058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095058

Black with #095058

Text Example


Text Example

White with #095058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095058; }

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

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

background-color css

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

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

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

border-color css

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

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

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