#094257

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

Shades of Sherpa Blue #094257

Tints of Sherpa Blue #094257

Color information

#094257 (or 0x094257) is unknown color: approx Sherpa Blue. HEX triplet: 09, 42 and 57. RGB value is (9,66,87). Sum of RGB (Red+Green+Blue) = 9+66+87=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #094257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094257 is #F6BDA8. Grayscale: #333333. Windows color (decimal): -16170409 or 5718537. OLE color: 5718537.

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

Color convert

RGB96687-
CMYK0.900.2400.66
HSL196.15º81.25%18.82%-
HSV(B)196.15º89.66%34.12%-
XYZ3.784.649.71-
YUV51.35148.1297.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 87 (34.38% from 255) = 53.70%
R=5.56%
G=40.74%
B=53.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal966870.900.2400.66196.1581.2518.82
Hex942575A18042c45113
Octal1110212713230010230412123
Binary1001100001010101111011010110000100001011000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094257; }

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

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

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

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

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

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

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

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