#094A60

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

Shades of Sherpa Blue #094A60

Tints of Sherpa Blue #094A60

Color information

#094A60 (or 0x094A60) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4A and 60. RGB value is (9,74,96). Sum of RGB (Red+Green+Blue) = 9+74+96=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #094A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A60 is #F6B59F. Grayscale: #383838. Windows color (decimal): -16168352 or 6310409. OLE color: 6310409.

HSL color Cylindrical-coordinate representation of color #094A60: hue angle of 195.17º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094A60 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB97496-
CMYK0.910.2300.62
HSL195.17º82.86%20.59%-
HSV(B)195.17º90.62%37.65%-
XYZ4.675.811.94-
YUV57.07149.9793.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=5.03%
G=41.34%
B=53.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal974960.910.2300.62195.1782.8620.59
Hex94A605B1703Ec35315
Octal111121401332707630312325
Binary100110010101100000101101110111011111011000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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