#094350

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

Shades of Sherpa Blue #094350

Tints of Sherpa Blue #094350

Color information

#094350 (or 0x094350) is unknown color: approx Sherpa Blue. HEX triplet: 09, 43 and 50. RGB value is (9,67,80). Sum of RGB (Red+Green+Blue) = 9+67+80=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #094350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094350 is #F6BCAF. Grayscale: #333333. Windows color (decimal): -16170160 or 5260041. OLE color: 5260041.

HSL color Cylindrical-coordinate representation of color #094350: hue angle of 190.99º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094350 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB96780-
CMYK0.890.1600.69
HSL190.99º79.78%17.45%-
HSV(B)190.99º88.75%31.37%-
XYZ3.574.658.3-
YUV51.14144.2897.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=5.77%
G=42.95%
B=51.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal967800.890.1600.69190.9979.7817.45
Hex943505910045bf5011
Octal1110312013120010527712021
Binary1001100001110100001011001100000100010110111111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094350; }

 p { color: rgb(9,67,80); }

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

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

 a { background-color: rgb(9,67,80); }

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

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

 span { border-color: rgb(9,67,80); }

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