#094049

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

Shades of Sherpa Blue #094049

Tints of Sherpa Blue #094049

Color information

#094049 (or 0x094049) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 49. RGB value is (9,64,73). Sum of RGB (Red+Green+Blue) = 9+64+73=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #094049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094049 is #F6BFB6. Grayscale: #303030. Windows color (decimal): -16170935 or 4800521. OLE color: 4800521.

HSL color Cylindrical-coordinate representation of color #094049: hue angle of 188.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094049 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB96473-
CMYK0.880.1200.71
HSL188.44º78.05%16.08%-
HSV(B)188.44º87.67%28.63%-
XYZ3.154.216.95-
YUV48.58141.7899.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 73 (28.91% from 255) = 50%
R=6.16%
G=43.84%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal964730.880.1200.71188.4478.0516.08
Hex9404958C047bc4e10
Octal1110011113014010727411620
Binary100110000001001001101100011000100011110111100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094049; }

 p { color: rgb(9,64,73); }

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

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

 a { background-color: rgb(9,64,73); }

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

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

 span { border-color: rgb(9,64,73); }

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