#094959

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

Shades of Sherpa Blue #094959

Tints of Sherpa Blue #094959

Color information

#094959 (or 0x094959) is unknown color: approx Sherpa Blue. HEX triplet: 09, 49 and 59. RGB value is (9,73,89). Sum of RGB (Red+Green+Blue) = 9+73+89=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #094959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094959 is #F6B6A6. Grayscale: #373737. Windows color (decimal): -16168615 or 5851401. OLE color: 5851401.

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

Color convert

RGB97389-
CMYK0.900.1800.65
HSL192º81.63%19.22%-
HSV(B)192º89.89%34.9%-
XYZ4.35.5410.29-
YUV55.69146.894.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=5.26%
G=42.69%
B=52.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal973890.900.1800.6519281.6319.22
Hex949595A12041c05213
Octal1111113113222010130012223
Binary1001100100110110011011010100100100000111000000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094959; }

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

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

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

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

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

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

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

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