#094B4C

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

Shades of Sherpa Blue #094B4C

Tints of Sherpa Blue #094B4C

Color information

#094B4C (or 0x094B4C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 4C. RGB value is (9,75,76). Sum of RGB (Red+Green+Blue) = 9+75+76=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #094B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B4C is #F6B4B3. Grayscale: #373737. Windows color (decimal): -16168116 or 4999945. OLE color: 4999945.

HSL color Cylindrical-coordinate representation of color #094B4C: hue angle of 180.9º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B4C is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB97576-
CMYK0.880.0100.70
HSL180.9º78.82%16.67%-
HSV(B)180.9º88.16%29.8%-
XYZ3.935.617.71-
YUV55.38139.6394.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 75 (29.69% from 255) = 46.88%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=5.62%
G=46.88%
B=47.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal975760.880.0100.70180.978.8216.67
Hex94B4C581046b54f11
Octal111131141301010626511721
Binary100110010111001100101100010100011010110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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