#094B59

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

Shades of Sherpa Blue #094B59

Tints of Sherpa Blue #094B59

Color information

#094B59 (or 0x094B59) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 59. RGB value is (9,75,89). Sum of RGB (Red+Green+Blue) = 9+75+89=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #094B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B59 is #F6B4A6. Grayscale: #383838. Windows color (decimal): -16168103 or 5851913. OLE color: 5851913.

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

Color convert

RGB97589-
CMYK0.900.1600.65
HSL190.5º81.63%19.22%-
HSV(B)190.5º89.89%34.9%-
XYZ4.435.8110.34-
YUV56.86146.1393.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=5.20%
G=43.35%
B=51.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal975890.900.1600.65190.581.6319.22
Hex94B595A10041be5213
Octal1111313113220010127612223
Binary1001100101110110011011010100000100000110111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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