#164661

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

Shades of Astronaut Blue #164661

Tints of Astronaut Blue #164661

Color information

#164661 (or 0x164661) is unknown color: approx Astronaut Blue. HEX triplet: 16, 46 and 61. RGB value is (22,70,97). Sum of RGB (Red+Green+Blue) = 22+70+97=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #164661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164661 is #E9B99E. Grayscale: #3A3A3A. Windows color (decimal): -15317407 or 6374934. OLE color: 6374934.

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

Color convert

RGB227097-
CMYK0.770.2800.62
HSL201.6º63.03%23.33%-
HSV(B)201.6º77.32%38.04%-
XYZ4.685.4112.11-
YUV58.73149.6101.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=11.64%
G=37.04%
B=51.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2270970.770.2800.62201.663.0323.33
Hex1646614D1C03Eca3f17
Octal26106141115340763127727
Binary101101000110110000110011011110001111101100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164661; }

 p { color: rgb(22,70,97); }

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

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

 a { background-color: rgb(22,70,97); }

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

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

 span { border-color: rgb(22,70,97); }

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