#094254

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

Shades of Sherpa Blue #094254

Tints of Sherpa Blue #094254

Color information

#094254 (or 0x094254) is unknown color: approx Sherpa Blue. HEX triplet: 09, 42 and 54. RGB value is (9,66,84). Sum of RGB (Red+Green+Blue) = 9+66+84=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #094254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094254 is #F6BDAB. Grayscale: #323232. Windows color (decimal): -16170412 or 5521929. OLE color: 5521929.

HSL color Cylindrical-coordinate representation of color #094254: hue angle of 194.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094254 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB96684-
CMYK0.890.2100.67
HSL194.4º80.65%18.24%-
HSV(B)194.4º89.29%32.94%-
XYZ3.664.599.08-
YUV51.01146.6298.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=5.66%
G=41.51%
B=52.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal966840.890.2100.67194.480.6518.24
Hex942545915043c25112
Octal1110212413125010330212122
Binary1001100001010101001011001101010100001111000010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094254; }

 p { color: rgb(9,66,84); }

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

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

 a { background-color: rgb(9,66,84); }

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

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

 span { border-color: rgb(9,66,84); }

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