#094552

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

Shades of Sherpa Blue #094552

Tints of Sherpa Blue #094552

Color information

#094552 (or 0x094552) is unknown color: approx Sherpa Blue. HEX triplet: 09, 45 and 52. RGB value is (9,69,82). Sum of RGB (Red+Green+Blue) = 9+69+82=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #094552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094552 is #F6BAAD. Grayscale: #343434. Windows color (decimal): -16169646 or 5391625. OLE color: 5391625.

HSL color Cylindrical-coordinate representation of color #094552: hue angle of 190.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094552 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB96982-
CMYK0.890.1600.68
HSL190.68º80.22%17.84%-
HSV(B)190.68º89.02%32.16%-
XYZ3.764.928.73-
YUV52.54144.6296.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=5.62%
G=43.12%
B=51.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal969820.890.1600.68190.6880.2217.84
Hex945525910044bf5012
Octal1110512213120010427712022
Binary1001100010110100101011001100000100010010111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094552; }

 p { color: rgb(9,69,82); }

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

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

 a { background-color: rgb(9,69,82); }

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

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

 span { border-color: rgb(9,69,82); }

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