#094357

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

Shades of Sherpa Blue #094357

Tints of Sherpa Blue #094357

Color information

#094357 (or 0x094357) is unknown color: approx Sherpa Blue. HEX triplet: 09, 43 and 57. RGB value is (9,67,87). Sum of RGB (Red+Green+Blue) = 9+67+87=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #094357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094357 is #F6BCA8. Grayscale: #333333. Windows color (decimal): -16170153 or 5718793. OLE color: 5718793.

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

Color convert

RGB96787-
CMYK0.900.2300.66
HSL195.38º81.25%18.82%-
HSV(B)195.38º89.66%34.12%-
XYZ3.844.769.73-
YUV51.94147.7897.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=5.52%
G=41.10%
B=53.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal967870.900.2300.66195.3881.2518.82
Hex943575A17042c35113
Octal1110312713227010230312123
Binary1001100001110101111011010101110100001011000011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094357; }

 p { color: rgb(9,67,87); }

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

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

 a { background-color: rgb(9,67,87); }

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

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

 span { border-color: rgb(9,67,87); }

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