#084A65

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

Shades of Astronaut Blue #084A65

Tints of Astronaut Blue #084A65

Color information

#084A65 (or 0x084A65) is unknown color: approx Astronaut Blue. HEX triplet: 08, 4A and 65. RGB value is (8,74,101). Sum of RGB (Red+Green+Blue) = 8+74+101=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #084A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A65 is #F7B59A. Grayscale: #393939. Windows color (decimal): -16233883 or 6638088. OLE color: 6638088.

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

Color convert

RGB874101-
CMYK0.920.2700.60
HSL197.42º85.32%21.37%-
HSV(B)197.42º92.08%39.61%-
XYZ4.95.8913.19-
YUV57.34152.6392.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 101 (39.84% from 255) = 55.19%
R=4.37%
G=40.44%
B=55.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8741010.920.2700.60197.4285.3221.37
Hex84A655C1B03Cc55515
Octal101121451343307430512525
Binary100010010101100101101110011011011110011000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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