#094C53

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

Shades of Sherpa Blue #094C53

Tints of Sherpa Blue #094C53

Color information

#094C53 (or 0x094C53) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4C and 53. RGB value is (9,76,83). Sum of RGB (Red+Green+Blue) = 9+76+83=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #094C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C53 is #F6B3AC. Grayscale: #383838. Windows color (decimal): -16167853 or 5458953. OLE color: 5458953.

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

Color convert

RGB97683-
CMYK0.890.0800.67
HSL185.68º80.43%18.04%-
HSV(B)185.68º89.16%32.55%-
XYZ4.265.859.09-
YUV56.76142.893.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=5.36%
G=45.24%
B=49.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal976830.890.0800.67185.6880.4318.04
Hex94C53598043ba5012
Octal1111412313110010327212022
Binary100110011001010011101100110000100001110111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094C53; }

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

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

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

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

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

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

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

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