#094856

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

Shades of Sherpa Blue #094856

Tints of Sherpa Blue #094856

Color information

#094856 (or 0x094856) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 56. RGB value is (9,72,86). Sum of RGB (Red+Green+Blue) = 9+72+86=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #094856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094856 is #F6B7A9. Grayscale: #363636. Windows color (decimal): -16168874 or 5654537. OLE color: 5654537.

HSL color Cylindrical-coordinate representation of color #094856: hue angle of 190.91º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094856 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB97286-
CMYK0.900.1600.66
HSL190.91º81.05%18.63%-
HSV(B)190.91º89.53%33.73%-
XYZ4.115.369.62-
YUV54.76145.6395.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=5.39%
G=43.11%
B=51.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal972860.900.1600.66190.9181.0518.63
Hex948565A10042bf5113
Octal1111012613220010227712123
Binary1001100100010101101011010100000100001010111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094856; }

 p { color: rgb(9,72,86); }

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

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

 a { background-color: rgb(9,72,86); }

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

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

 span { border-color: rgb(9,72,86); }

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