#094E54

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

Shades of Sherpa Blue #094E54

Tints of Sherpa Blue #094E54

Color information

#094E54 (or 0x094E54) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4E and 54. RGB value is (9,78,84). Sum of RGB (Red+Green+Blue) = 9+78+84=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #094E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E54 is #F6B1AB. Grayscale: #393939. Windows color (decimal): -16167340 or 5525001. OLE color: 5525001.

HSL color Cylindrical-coordinate representation of color #094E54: hue angle of 184.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094E54 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB97884-
CMYK0.890.0700.67
HSL184.8º80.65%18.24%-
HSV(B)184.8º89.29%32.94%-
XYZ4.446.159.34-
YUV58.05142.6493.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=5.26%
G=45.61%
B=49.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal978840.890.0700.67184.880.6518.24
Hex94E54597043b95112
Octal111161241317010327112122
Binary10011001110101010010110011110100001110111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,78,84); }

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

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

 a { background-color: rgb(9,78,84); }

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

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

 span { border-color: rgb(9,78,84); }

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