#084661

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

Shades of Astronaut Blue #084661

Tints of Astronaut Blue #084661

Color information

#084661 (or 0x084661) is unknown color: approx Astronaut Blue. HEX triplet: 08, 46 and 61. RGB value is (8,70,97). Sum of RGB (Red+Green+Blue) = 8+70+97=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #084661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084661 is #F7B99E. Grayscale: #363636. Windows color (decimal): -16234911 or 6374920. OLE color: 6374920.

HSL color Cylindrical-coordinate representation of color #084661: hue angle of 198.2º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084661 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87097-
CMYK0.920.2800.62
HSL198.2º84.76%20.59%-
HSV(B)198.2º91.75%38.04%-
XYZ4.455.312.1-
YUV54.54151.9694.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=4.57%
G=40%
B=55.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal870970.920.2800.62198.284.7620.59
Hex846615C1C03Ec65515
Octal101061411343407630612525
Binary100010001101100001101110011100011111011000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084661; }

 p { color: rgb(8,70,97); }

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

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

 a { background-color: rgb(8,70,97); }

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

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

 span { border-color: rgb(8,70,97); }

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