#094F59

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

Shades of Sherpa Blue #094F59

Tints of Sherpa Blue #094F59

Color information

#094F59 (or 0x094F59) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4F and 59. RGB value is (9,79,89). Sum of RGB (Red+Green+Blue) = 9+79+89=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #094F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F59 is #F6B0A6. Grayscale: #3B3B3B. Windows color (decimal): -16167079 or 5852937. OLE color: 5852937.

HSL color Cylindrical-coordinate representation of color #094F59: hue angle of 187.5º degrees, saturation: 0.82, 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 #094F59 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB97989-
CMYK0.900.1100.65
HSL187.5º81.63%19.22%-
HSV(B)187.5º89.89%34.9%-
XYZ4.716.3710.43-
YUV59.21144.8192.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=5.08%
G=44.63%
B=50.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal979890.900.1100.65187.581.6319.22
Hex94F595AB041bc5213
Octal1111713113213010127412223
Binary100110011111011001101101010110100000110111100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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