#164657

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

Shades of Astronaut Blue #164657

Tints of Astronaut Blue #164657

Color information

#164657 (or 0x164657) is unknown color: approx Astronaut Blue. HEX triplet: 16, 46 and 57. RGB value is (22,70,87). Sum of RGB (Red+Green+Blue) = 22+70+87=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #164657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164657 is #E9B9A8. Grayscale: #393939. Windows color (decimal): -15317417 or 5719574. OLE color: 5719574.

HSL color Cylindrical-coordinate representation of color #164657: hue angle of 195.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164657 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB227087-
CMYK0.750.2000.66
HSL195.69º59.63%21.37%-
HSV(B)195.69º74.71%34.12%-
XYZ4.245.249.8-
YUV57.59144.6102.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=12.29%
G=39.11%
B=48.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2270870.750.2000.66195.6959.6321.37
Hex1646574B14042c43c15
Octal261061271132401023047425
Binary1011010001101010111100101110100010000101100010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164657; }

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

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

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

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

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

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

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

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