#094A5D

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

Shades of Sherpa Blue #094A5D

Tints of Sherpa Blue #094A5D

Color information

#094A5D (or 0x094A5D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4A and 5D. RGB value is (9,74,93). Sum of RGB (Red+Green+Blue) = 9+74+93=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #094A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A5D is #F6B5A2. Grayscale: #383838. Windows color (decimal): -16168355 or 6113801. OLE color: 6113801.

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

Color convert

RGB97493-
CMYK0.900.2000.64
HSL193.57º82.35%20%-
HSV(B)193.57º90.32%36.47%-
XYZ4.545.7511.23-
YUV56.73148.4793.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=5.11%
G=42.05%
B=52.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal974930.900.2000.64193.5782.3520
Hex94A5D5A14040c25214
Octal1111213513224010030212224
Binary1001100101010111011011010101000100000011000010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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