#094D5B

Color #094D5B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #094D5B

Tints of Sherpa Blue #094D5B

Color information

#094D5B (or 0x094D5B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4D and 5B. RGB value is (9,77,91). Sum of RGB (Red+Green+Blue) = 9+77+91=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #094D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D5B is #F6B2A4. Grayscale: #3A3A3A. Windows color (decimal): -16167589 or 5983497. OLE color: 5983497.

HSL color Cylindrical-coordinate representation of color #094D5B: hue angle of 190.24º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094D5B is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97791-
CMYK0.900.1500.64
HSL190.24º82%19.61%-
HSV(B)190.24º90.11%35.69%-
XYZ4.656.1210.83-
YUV58.26146.4792.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=5.08%
G=43.50%
B=51.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal977910.900.1500.64190.248219.61
Hex94D5B5AF040be5214
Octal1111513313217010027612224
Binary100110011011011011101101011110100000010111110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094D5B; }

 p { color: rgb(9,77,91); }

 H1.HeaderClassName
 {
   color: #094D5B;
 }
 .AnyTagClassName
 {
   color: #094D5B;
 }
</style>
background-color css

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

 a { background-color: rgb(9,77,91); }

 div.DivClassName
 {
   background-color: #094D5B;
 }
 .BgClassName
 {
   background-color: #094D5B;
 }
</style>
border-color css

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

 span { border-color: rgb(9,77,91); }

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