#094D5C

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

Shades of Sherpa Blue #094D5C

Tints of Sherpa Blue #094D5C

Color information

#094D5C (or 0x094D5C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4D and 5C. RGB value is (9,77,92). Sum of RGB (Red+Green+Blue) = 9+77+92=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #094D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D5C is #F6B2A3. Grayscale: #3A3A3A. Windows color (decimal): -16167588 or 6049033. OLE color: 6049033.

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

Color convert

RGB97792-
CMYK0.900.1600.64
HSL190.84º82.18%19.8%-
HSV(B)190.84º90.22%36.08%-
XYZ4.76.1411.06-
YUV58.38146.9792.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=5.06%
G=43.26%
B=51.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal977920.900.1600.64190.8482.1819.8
Hex94D5C5A10040bf5214
Octal1111513413220010027712224
Binary1001100110110111001011010100000100000010111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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