#094356

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

Shades of Sherpa Blue #094356

Tints of Sherpa Blue #094356

Color information

#094356 (or 0x094356) is unknown color: approx Sherpa Blue. HEX triplet: 09, 43 and 56. RGB value is (9,67,86). Sum of RGB (Red+Green+Blue) = 9+67+86=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #094356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094356 is #F6BCA9. Grayscale: #333333. Windows color (decimal): -16170154 or 5653257. OLE color: 5653257.

HSL color Cylindrical-coordinate representation of color #094356: hue angle of 194.81º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094356 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB96786-
CMYK0.900.2200.66
HSL194.81º81.05%18.63%-
HSV(B)194.81º89.53%33.73%-
XYZ3.84.749.52-
YUV51.82147.2897.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=5.56%
G=41.36%
B=53.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal967860.900.2200.66194.8181.0518.63
Hex943565A16042c35113
Octal1110312613226010230312123
Binary1001100001110101101011010101100100001011000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094356; }

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

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

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

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

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

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

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

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