#094E5F

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

Shades of Sherpa Blue #094E5F

Tints of Sherpa Blue #094E5F

Color information

#094E5F (or 0x094E5F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4E and 5F. RGB value is (9,78,95). Sum of RGB (Red+Green+Blue) = 9+78+95=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #094E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E5F is #F6B1A0. Grayscale: #3B3B3B. Windows color (decimal): -16167329 or 6245897. OLE color: 6245897.

HSL color Cylindrical-coordinate representation of color #094E5F: hue angle of 191.86º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094E5F is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB97895-
CMYK0.910.1800.63
HSL191.86º82.69%20.39%-
HSV(B)191.86º90.53%37.25%-
XYZ4.96.3311.79-
YUV59.31148.1492.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=4.95%
G=42.86%
B=52.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal978950.910.1800.63191.8682.6920.39
Hex94E5F5B1203Fc05314
Octal111161371332207730012324
Binary100110011101011111101101110010011111111000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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