#094A5B

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

Shades of Sherpa Blue #094A5B

Tints of Sherpa Blue #094A5B

Color information

#094A5B (or 0x094A5B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4A and 5B. RGB value is (9,74,91). Sum of RGB (Red+Green+Blue) = 9+74+91=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #094A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A5B is #F6B5A4. Grayscale: #383838. Windows color (decimal): -16168357 or 5982729. OLE color: 5982729.

HSL color Cylindrical-coordinate representation of color #094A5B: hue angle of 192.44º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094A5B is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97491-
CMYK0.900.1900.64
HSL192.44º82%19.61%-
HSV(B)192.44º90.11%35.69%-
XYZ4.455.7110.77-
YUV56.5147.4794.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=5.17%
G=42.53%
B=52.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal974910.900.1900.64192.448219.61
Hex94A5B5A13040c05214
Octal1111213313223010030012224
Binary1001100101010110111011010100110100000011000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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