#164d60

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

Shades of Astronaut Blue #164D60

Tints of Astronaut Blue #164D60

Color information

#164D60 (or 0x164D60) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4D and 60. RGB value is (22,77,96). Sum of RGB (Red+Green+Blue) = 22+77+96=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #164D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D60 is #E9B29F. Grayscale: #3E3E3E. Windows color (decimal): -15315616 or 6311190. OLE color: 6311190.

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

Color convert

RGB227796-
CMYK0.770.2000.62
HSL195.41º62.71%23.14%-
HSV(B)195.41º77.08%37.65%-
XYZ5.16.3212.02-
YUV62.72146.7898.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=11.28%
G=39.49%
B=49.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2277960.770.2000.62195.4162.7123.14
Hex164D604D1403Ec33f17
Octal26115140115240763037727
Binary101101001101110000010011011010001111101100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164d60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,77,96); }

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

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

 a { background-color: rgb(22,77,96); }

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

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

 span { border-color: rgb(22,77,96); }

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