#084A66

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

Shades of Astronaut Blue #084A66

Tints of Astronaut Blue #084A66

Color information

#084A66 (or 0x084A66) is unknown color: approx Astronaut Blue. HEX triplet: 08, 4A and 66. RGB value is (8,74,102). Sum of RGB (Red+Green+Blue) = 8+74+102=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #084A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A66 is #F7B599. Grayscale: #393939. Windows color (decimal): -16233882 or 6703624. OLE color: 6703624.

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

Color convert

RGB874102-
CMYK0.920.2700.6
HSL197.87º85.45%21.57%-
HSV(B)197.87º92.16%40%-
XYZ4.955.9113.45-
YUV57.46153.1392.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=4.35%
G=40.22%
B=55.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8741020.920.2700.6197.8785.4521.57
Hex84A665C1B03Cc65516
Octal101121461343307430612526
Binary100010010101100110101110011011011110011000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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