#094B66

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

Shades of Astronaut Blue #094B66

Tints of Astronaut Blue #094B66

Color information

#094B66 (or 0x094B66) is unknown color: approx Astronaut Blue. HEX triplet: 09, 4B and 66. RGB value is (9,75,102). Sum of RGB (Red+Green+Blue) = 9+75+102=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #094B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B66 is #F6B499. Grayscale: #3A3A3A. Windows color (decimal): -16168090 or 6703881. OLE color: 6703881.

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

Color convert

RGB975102-
CMYK0.910.2600.6
HSL197.42º83.78%21.76%-
HSV(B)197.42º91.18%40%-
XYZ5.036.0513.47-
YUV58.34152.6392.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 102 (40.23% from 255) = 54.84%
R=4.84%
G=40.32%
B=54.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9751020.910.2600.6197.4283.7821.76
Hex94B665B1A03Cc55416
Octal111131461333207430512426
Binary100110010111100110101101111010011110011000101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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