#094559

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

Shades of Sherpa Blue #094559

Tints of Sherpa Blue #094559

Color information

#094559 (or 0x094559) is unknown color: approx Sherpa Blue. HEX triplet: 09, 45 and 59. RGB value is (9,69,89). Sum of RGB (Red+Green+Blue) = 9+69+89=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #094559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094559 is #F6BAA6. Grayscale: #353535. Windows color (decimal): -16169639 or 5850377. OLE color: 5850377.

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

Color convert

RGB96989-
CMYK0.900.2200.65
HSL195º81.63%19.22%-
HSV(B)195º89.89%34.9%-
XYZ4.045.0410.21-
YUV53.34148.1296.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=5.39%
G=41.32%
B=53.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal969890.900.2200.6519581.6319.22
Hex945595A16041c35213
Octal1110513113226010130312223
Binary1001100010110110011011010101100100000111000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094559; }

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

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

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

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

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

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

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

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