#164e63

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

Shades of Astronaut Blue #164E63

Tints of Astronaut Blue #164E63

Color information

#164E63 (or 0x164E63) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4E and 63. RGB value is (22,78,99). Sum of RGB (Red+Green+Blue) = 22+78+99=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #164E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E63 is #E9B19C. Grayscale: #3F3F3F. Windows color (decimal): -15315357 or 6508054. OLE color: 6508054.

HSL color Cylindrical-coordinate representation of color #164E63: hue angle of 196.36º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164E63 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB227899-
CMYK0.780.2100.61
HSL196.36º63.64%23.73%-
HSV(B)196.36º77.78%38.82%-
XYZ5.316.5212.78-
YUV63.65147.9598.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=11.06%
G=39.20%
B=49.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2278990.780.2100.61196.3663.6423.73
Hex164E634E1503Dc44018
Octal261161431162507530410030
Binary1011010011101100011100111010101011110111000100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164e63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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