#094D58

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

Shades of Sherpa Blue #094D58

Tints of Sherpa Blue #094D58

Color information

#094D58 (or 0x094D58) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4D and 58. RGB value is (9,77,88). Sum of RGB (Red+Green+Blue) = 9+77+88=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #094D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D58 is #F6B2A7. Grayscale: #393939. Windows color (decimal): -16167592 or 5786889. OLE color: 5786889.

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

Color convert

RGB97788-
CMYK0.900.1200.65
HSL188.35º81.44%19.02%-
HSV(B)188.35º89.77%34.51%-
XYZ4.536.0710.17-
YUV57.92144.9793.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=5.17%
G=44.25%
B=50.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal977880.900.1200.65188.3581.4419.02
Hex94D585AC041bc5113
Octal1111513013214010127412123
Binary100110011011011000101101011000100000110111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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