#084962

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

Shades of Astronaut Blue #084962

Tints of Astronaut Blue #084962

Color information

#084962 (or 0x084962) is unknown color: approx Astronaut Blue. HEX triplet: 08, 49 and 62. RGB value is (8,73,98). Sum of RGB (Red+Green+Blue) = 8+73+98=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #084962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084962 is #F7B69D. Grayscale: #383838. Windows color (decimal): -16234142 or 6441224. OLE color: 6441224.

HSL color Cylindrical-coordinate representation of color #084962: hue angle of 196.67º 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 #084962 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87398-
CMYK0.920.2600.62
HSL196.67º84.91%20.78%-
HSV(B)196.67º91.84%38.43%-
XYZ4.695.712.41-
YUV56.42151.4793.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=4.47%
G=40.78%
B=54.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal873980.920.2600.62196.6784.9120.78
Hex849625C1A03Ec55515
Octal101111421343207630512525
Binary100010010011100010101110011010011111011000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084962; }

 p { color: rgb(8,73,98); }

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

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

 a { background-color: rgb(8,73,98); }

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

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

 span { border-color: rgb(8,73,98); }

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