#164C60

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

Shades of Astronaut Blue #164C60

Tints of Astronaut Blue #164C60

Color information

#164C60 (or 0x164C60) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4C and 60. RGB value is (22,76,96). Sum of RGB (Red+Green+Blue) = 22+76+96=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #164C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C60 is #E9B39F. Grayscale: #3E3E3E. Windows color (decimal): -15315872 or 6310934. OLE color: 6310934.

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

Color convert

RGB227696-
CMYK0.770.2100.62
HSL196.22º62.71%23.14%-
HSV(B)196.22º77.08%37.65%-
XYZ5.036.1812-
YUV62.13147.1199.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=11.34%
G=39.18%
B=49.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2276960.770.2100.62196.2262.7123.14
Hex164C604D1503Ec43f17
Octal26114140115250763047727
Binary101101001100110000010011011010101111101100010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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