#094359

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

Shades of Sherpa Blue #094359

Tints of Sherpa Blue #094359

Color information

#094359 (or 0x094359) is unknown color: approx Sherpa Blue. HEX triplet: 09, 43 and 59. RGB value is (9,67,89). Sum of RGB (Red+Green+Blue) = 9+67+89=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #094359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094359 is #F6BCA6. Grayscale: #343434. Windows color (decimal): -16170151 or 5849865. OLE color: 5849865.

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

Color convert

RGB96789-
CMYK0.900.2500.65
HSL196.5º81.63%19.22%-
HSV(B)196.5º89.89%34.9%-
XYZ3.924.7910.17-
YUV52.17148.7897.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=5.45%
G=40.61%
B=53.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal967890.900.2500.65196.581.6319.22
Hex943595A19041c45213
Octal1110313113231010130412223
Binary1001100001110110011011010110010100000111000100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094359; }

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

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

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

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

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

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

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

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