#164057

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

Shades of Astronaut Blue #164057

Tints of Astronaut Blue #164057

Color information

#164057 (or 0x164057) is unknown color: approx Astronaut Blue. HEX triplet: 16, 40 and 57. RGB value is (22,64,87). Sum of RGB (Red+Green+Blue) = 22+64+87=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #164057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164057 is #E9BFA8. Grayscale: #353535. Windows color (decimal): -15318953 or 5718038. OLE color: 5718038.

HSL color Cylindrical-coordinate representation of color #164057: hue angle of 201.23º 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 #164057 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB226487-
CMYK0.750.2600.66
HSL201.23º59.63%21.37%-
HSV(B)201.23º74.71%34.12%-
XYZ3.884.539.69-
YUV54.06146.59105.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=12.72%
G=36.99%
B=50.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2264870.750.2600.66201.2359.6321.37
Hex1640574B1A042c93c15
Octal261001271133201023117425
Binary1011010000001010111100101111010010000101100100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164057; }

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

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

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

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

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

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

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

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