#094958

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

Shades of Sherpa Blue #094958

Tints of Sherpa Blue #094958

Color information

#094958 (or 0x094958) is unknown color: approx Sherpa Blue. HEX triplet: 09, 49 and 58. RGB value is (9,73,88). Sum of RGB (Red+Green+Blue) = 9+73+88=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #094958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094958 is #F6B6A7. Grayscale: #373737. Windows color (decimal): -16168616 or 5785865. OLE color: 5785865.

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

Color convert

RGB97388-
CMYK0.900.1700.65
HSL191.39º81.44%19.02%-
HSV(B)191.39º89.77%34.51%-
XYZ4.265.5310.08-
YUV55.57146.394.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=5.29%
G=42.94%
B=51.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal973880.900.1700.65191.3981.4419.02
Hex949585A11041bf5113
Octal1111113013221010127712123
Binary1001100100110110001011010100010100000110111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094958; }

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

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

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

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

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

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

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

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