#094A66

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

Shades of Astronaut Blue #094A66

Tints of Astronaut Blue #094A66

Color information

#094A66 (or 0x094A66) is unknown color: approx Astronaut Blue. HEX triplet: 09, 4A and 66. RGB value is (9,74,102). Sum of RGB (Red+Green+Blue) = 9+74+102=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #094A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A66 is #F6B599. Grayscale: #393939. Windows color (decimal): -16168346 or 6703625. OLE color: 6703625.

HSL color Cylindrical-coordinate representation of color #094A66: hue angle of 198.06º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094A66 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB974102-
CMYK0.910.2700.6
HSL198.06º83.78%21.76%-
HSV(B)198.06º91.18%40%-
XYZ4.965.9113.45-
YUV57.76152.9793.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=4.86%
G=40%
B=55.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9741020.910.2700.6198.0683.7821.76
Hex94A665B1B03Cc65416
Octal111121461333307430612426
Binary100110010101100110101101111011011110011000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,74,102); }

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

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

 a { background-color: rgb(9,74,102); }

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

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

 span { border-color: rgb(9,74,102); }

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