#084B65

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

Shades of Astronaut Blue #084B65

Tints of Astronaut Blue #084B65

Color information

#084B65 (or 0x084B65) is unknown color: approx Astronaut Blue. HEX triplet: 08, 4B and 65. RGB value is (8,75,101). Sum of RGB (Red+Green+Blue) = 8+75+101=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #084B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B65 is #F7B49A. Grayscale: #393939. Windows color (decimal): -16233627 or 6638344. OLE color: 6638344.

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

Color convert

RGB875101-
CMYK0.920.2600.60
HSL196.77º85.32%21.37%-
HSV(B)196.77º92.08%39.61%-
XYZ4.976.0213.21-
YUV57.93152.392.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 101 (39.84% from 255) = 54.89%
R=4.35%
G=40.76%
B=54.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8751010.920.2600.60196.7785.3221.37
Hex84B655C1A03Cc55515
Octal101131451343207430512525
Binary100010010111100101101110011010011110011000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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