#094F5B

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

Shades of Sherpa Blue #094F5B

Tints of Sherpa Blue #094F5B

Color information

#094F5B (or 0x094F5B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4F and 5B. RGB value is (9,79,91). Sum of RGB (Red+Green+Blue) = 9+79+91=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #094F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F5B is #F6B0A4. Grayscale: #3B3B3B. Windows color (decimal): -16167077 or 5984009. OLE color: 5984009.

HSL color Cylindrical-coordinate representation of color #094F5B: hue angle of 188.78º 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 #094F5B is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97991-
CMYK0.900.1300.64
HSL188.78º82%19.61%-
HSV(B)188.78º90.11%35.69%-
XYZ4.86.4110.88-
YUV59.44145.8192.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=5.03%
G=44.13%
B=50.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal979910.900.1300.64188.788219.61
Hex94F5B5AD040bd5214
Octal1111713313215010027512224
Binary100110011111011011101101011010100000010111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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