#164E5F

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

Shades of Astronaut Blue #164E5F

Tints of Astronaut Blue #164E5F

Color information

#164E5F (or 0x164E5F) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4E and 5F. RGB value is (22,78,95). Sum of RGB (Red+Green+Blue) = 22+78+95=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #164E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E5F is #E9B1A0. Grayscale: #3F3F3F. Windows color (decimal): -15315361 or 6245910. OLE color: 6245910.

HSL color Cylindrical-coordinate representation of color #164E5F: hue angle of 193.97º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164E5F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB227895-
CMYK0.770.1800.63
HSL193.97º62.39%22.94%-
HSV(B)193.97º76.84%37.25%-
XYZ5.126.4511.8-
YUV63.19145.9598.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=11.28%
G=40%
B=48.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2278950.770.1800.63193.9762.3922.94
Hex164E5F4D1203Fc23e17
Octal26116137115220773027627
Binary101101001110101111110011011001001111111100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164E5F; }

 p { color: rgb(22,78,95); }

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

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

 a { background-color: rgb(22,78,95); }

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

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

 span { border-color: rgb(22,78,95); }

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