#094951

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

Shades of Sherpa Blue #094951

Tints of Sherpa Blue #094951

Color information

#094951 (or 0x094951) is unknown color: approx Sherpa Blue. HEX triplet: 09, 49 and 51. RGB value is (9,73,81). Sum of RGB (Red+Green+Blue) = 9+73+81=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #094951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094951 is #F6B6AE. Grayscale: #363636. Windows color (decimal): -16168623 or 5327113. OLE color: 5327113.

HSL color Cylindrical-coordinate representation of color #094951: hue angle of 186.67º 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 #094951 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB97381-
CMYK0.890.1000.68
HSL186.67º80%17.65%-
HSV(B)186.67º88.89%31.76%-
XYZ3.985.428.62-
YUV54.78142.895.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=5.52%
G=44.79%
B=49.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal973810.890.1000.68186.678017.65
Hex9495159A044bb5012
Octal1111112113112010427312022
Binary100110010011010001101100110100100010010111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094951; }

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

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

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

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

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

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

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

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