#164C62

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

Shades of Astronaut Blue #164C62

Tints of Astronaut Blue #164C62

Color information

#164C62 (or 0x164C62) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4C and 62. RGB value is (22,76,98). Sum of RGB (Red+Green+Blue) = 22+76+98=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #164C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C62 is #E9B39D. Grayscale: #3E3E3E. Windows color (decimal): -15315870 or 6442006. OLE color: 6442006.

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

Color convert

RGB227698-
CMYK0.780.2200.62
HSL197.37º63.33%23.53%-
HSV(B)197.37º77.55%38.43%-
XYZ5.126.2212.49-
YUV62.36148.1199.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 98 (38.67% from 255) = 50%
R=11.22%
G=38.78%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2276980.780.2200.62197.3763.3323.53
Hex164C624E1603Ec53f18
Octal26114142116260763057730
Binary101101001100110001010011101011001111101100010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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