#094B5F

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

Shades of Sherpa Blue #094B5F

Tints of Sherpa Blue #094B5F

Color information

#094B5F (or 0x094B5F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 5F. RGB value is (9,75,95). Sum of RGB (Red+Green+Blue) = 9+75+95=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #094B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B5F is #F6B4A0. Grayscale: #393939. Windows color (decimal): -16168097 or 6245129. OLE color: 6245129.

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

Color convert

RGB97595-
CMYK0.910.2100.63
HSL193.95º82.69%20.39%-
HSV(B)193.95º90.53%37.25%-
XYZ4.695.9211.72-
YUV57.55149.1393.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 95 (37.5% from 255) = 53.07%
R=5.03%
G=41.90%
B=53.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal975950.910.2100.63193.9582.6920.39
Hex94B5F5B1503Fc25314
Octal111131371332507730212324
Binary100110010111011111101101110101011111111000010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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