#094151

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

Shades of Sherpa Blue #094151

Tints of Sherpa Blue #094151

Color information

#094151 (or 0x094151) is unknown color: approx Sherpa Blue. HEX triplet: 09, 41 and 51. RGB value is (9,65,81). Sum of RGB (Red+Green+Blue) = 9+65+81=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #094151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094151 is #F6BEAE. Grayscale: #313131. Windows color (decimal): -16170671 or 5325065. OLE color: 5325065.

HSL color Cylindrical-coordinate representation of color #094151: hue angle of 193.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094151 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB96581-
CMYK0.890.2000.68
HSL193.33º80%17.65%-
HSV(B)193.33º88.89%31.76%-
XYZ3.494.438.46-
YUV50.08145.4598.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=5.81%
G=41.94%
B=52.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal965810.890.2000.68193.338017.65
Hex941515914044c15012
Octal1110112113124010430112022
Binary1001100000110100011011001101000100010011000001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094151; }

 p { color: rgb(9,65,81); }

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

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

 a { background-color: rgb(9,65,81); }

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

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

 span { border-color: rgb(9,65,81); }

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