#094A59

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

Shades of Sherpa Blue #094A59

Tints of Sherpa Blue #094A59

Color information

#094A59 (or 0x094A59) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4A and 59. RGB value is (9,74,89). Sum of RGB (Red+Green+Blue) = 9+74+89=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #094A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A59 is #F6B5A6. Grayscale: #383838. Windows color (decimal): -16168359 or 5851657. OLE color: 5851657.

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

Color convert

RGB97489-
CMYK0.900.1700.65
HSL191.25º81.63%19.22%-
HSV(B)191.25º89.89%34.9%-
XYZ4.365.6810.32-
YUV56.28146.4794.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=5.23%
G=43.02%
B=51.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal974890.900.1700.65191.2581.6319.22
Hex94A595A11041bf5213
Octal1111213113221010127712223
Binary1001100101010110011011010100010100000110111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,74,89); }

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

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

 a { background-color: rgb(9,74,89); }

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

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

 span { border-color: rgb(9,74,89); }

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