#094C5A

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

Shades of Sherpa Blue #094C5A

Tints of Sherpa Blue #094C5A

Color information

#094C5A (or 0x094C5A) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4C and 5A. RGB value is (9,76,90). Sum of RGB (Red+Green+Blue) = 9+76+90=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #094C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C5A is #F6B3A5. Grayscale: #393939. Windows color (decimal): -16167846 or 5917705. OLE color: 5917705.

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

Color convert

RGB97690-
CMYK0.90.1600.65
HSL190.37º81.82%19.41%-
HSV(B)190.37º90%35.29%-
XYZ4.545.9710.58-
YUV57.56146.393.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=5.14%
G=43.43%
B=51.43%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal976900.90.1600.65190.3781.8219.41
Hex94C5A5A10041be5213
Octal1111413213220010127612223
Binary1001100110010110101011010100000100000110111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,76,90); }

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

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

 a { background-color: rgb(9,76,90); }

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

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

 span { border-color: rgb(9,76,90); }

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