#094452

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

Shades of Sherpa Blue #094452

Tints of Sherpa Blue #094452

Color information

#094452 (or 0x094452) is unknown color: approx Sherpa Blue. HEX triplet: 09, 44 and 52. RGB value is (9,68,82). Sum of RGB (Red+Green+Blue) = 9+68+82=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #094452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094452 is #F6BBAD. Grayscale: #333333. Windows color (decimal): -16169902 or 5391369. OLE color: 5391369.

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

Color convert

RGB96882-
CMYK0.890.1700.68
HSL191.51º80.22%17.84%-
HSV(B)191.51º89.02%32.16%-
XYZ3.74.88.71-
YUV51.96144.9597.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=5.66%
G=42.77%
B=51.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal968820.890.1700.68191.5180.2217.84
Hex944525911044c05012
Octal1110412213121010430012022
Binary1001100010010100101011001100010100010011000000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094452; }

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

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

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

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

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

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

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

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