#164A60

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

Shades of Astronaut Blue #164A60

Tints of Astronaut Blue #164A60

Color information

#164A60 (or 0x164A60) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4A and 60. RGB value is (22,74,96). Sum of RGB (Red+Green+Blue) = 22+74+96=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #164A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A60 is #E9B59F. Grayscale: #3C3C3C. Windows color (decimal): -15316384 or 6310422. OLE color: 6310422.

HSL color Cylindrical-coordinate representation of color #164A60: hue angle of 197.84º 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 #164A60 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB227496-
CMYK0.770.2300.62
HSL197.84º62.71%23.14%-
HSV(B)197.84º77.08%37.65%-
XYZ4.895.9111.95-
YUV60.96147.77100.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 96 (37.89% from 255) = 50%
R=11.46%
G=38.54%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2274960.770.2300.62197.8462.7123.14
Hex164A604D1703Ec63f17
Octal26112140115270763067727
Binary101101001010110000010011011011101111101100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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