#094654

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

Shades of Sherpa Blue #094654

Tints of Sherpa Blue #094654

Color information

#094654 (or 0x094654) is unknown color: approx Sherpa Blue. HEX triplet: 09, 46 and 54. RGB value is (9,70,84). Sum of RGB (Red+Green+Blue) = 9+70+84=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #094654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094654 is #F6B9AB. Grayscale: #353535. Windows color (decimal): -16169388 or 5522953. OLE color: 5522953.

HSL color Cylindrical-coordinate representation of color #094654: hue angle of 191.2º 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 #094654 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB97084-
CMYK0.890.1700.67
HSL191.2º80.65%18.24%-
HSV(B)191.2º89.29%32.94%-
XYZ3.95.089.16-
YUV53.36145.2996.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=5.52%
G=42.94%
B=51.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal970840.890.1700.67191.280.6518.24
Hex946545911043bf5112
Octal1110612413121010327712122
Binary1001100011010101001011001100010100001110111111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094654; }

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

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

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

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

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

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

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

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