#094653

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

Shades of Sherpa Blue #094653

Tints of Sherpa Blue #094653

Color information

#094653 (or 0x094653) is unknown color: approx Sherpa Blue. HEX triplet: 09, 46 and 53. RGB value is (9,70,83). Sum of RGB (Red+Green+Blue) = 9+70+83=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #094653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094653 is #F6B9AC. Grayscale: #353535. Windows color (decimal): -16169389 or 5457417. OLE color: 5457417.

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

Color convert

RGB97083-
CMYK0.890.1600.67
HSL190.54º80.43%18.04%-
HSV(B)190.54º89.16%32.55%-
XYZ3.865.068.96-
YUV53.24144.7996.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=5.56%
G=43.21%
B=51.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal970830.890.1600.67190.5480.4318.04
Hex946535910043bf5012
Octal1110612313120010327712022
Binary1001100011010100111011001100000100001110111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094653; }

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

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

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

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

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

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

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

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