Html Css Color HEX #084762 Astronaut Blue

📋 copy color: '#084762'

red 8 ◦ green 71 ◦ blue 98

#084762
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #084762

Tints of Astronaut Blue #084762

RGB

 RED value IS 8 (3.52% from 255) = 4.52%

 GREEN value IS 71 (28.13% from 255) = 40.11%

 BLUE value IS 98 (38.67% from 255) = 55.37%

R = 4.52%
G = 40.11%
B = 55.37%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#084762 (or 0x084762) is known color: Astronaut Blue. HEX triplet: 08, 47 and 62. RGB value is (8,71,98). Sum of RGB (Red+Green+Blue) = 8+71+98=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #084762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084762 is #F7B89D. Grayscale: #373737. Windows color (decimal): -16234654 or 6440712. OLE color: 6440712.

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

Color convert

RGB 8 71 98 -
CMYK 0.92 0.28 0 0.62
HSL 198º 0.85% 0.21% -
HSV(B) 198º 0.92% 0.38% -
XYZ 4.56 5.44 12.37 -
YUV 55.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 8 71 98 0.92 0.28 0 0.62 198 0.85 0.21
Hex 8 47 62 5C 1C 0 3E C6 55 15
Octal 10 107 142 134 34 0 76 306 125 25
Binary 1000 1000111 1100010 1011100 11100 0 111110 11000110 1010101 10101

Color Harmonies of #084762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084762

Black with #084762

Text Example


Text Example

White with #084762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084762; }

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

 H1.HeaderClassName
 {
   color: #084762;
 }
 .AnyTagClassName
 {
   color: #084762;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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