#094A65

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

Shades of Astronaut Blue #094A65

Tints of Astronaut Blue #094A65

Color information

#094A65 (or 0x094A65) is unknown color: approx Astronaut Blue. HEX triplet: 09, 4A and 65. RGB value is (9,74,101). Sum of RGB (Red+Green+Blue) = 9+74+101=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #094A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A65 is #F6B59A. Grayscale: #393939. Windows color (decimal): -16168347 or 6638089. OLE color: 6638089.

HSL color Cylindrical-coordinate representation of color #094A65: hue angle of 197.61º 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 #094A65 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB974101-
CMYK0.910.2700.60
HSL197.61º83.64%21.57%-
HSV(B)197.61º91.09%39.61%-
XYZ4.915.913.19-
YUV57.64152.4793.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 101 (39.84% from 255) = 54.89%
R=4.89%
G=40.22%
B=54.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9741010.910.2700.60197.6183.6421.57
Hex94A655B1B03Cc65416
Octal111121451333307430612426
Binary100110010101100101101101111011011110011000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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