#164557

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

Shades of Astronaut Blue #164557

Tints of Astronaut Blue #164557

Color information

#164557 (or 0x164557) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 57. RGB value is (22,69,87). Sum of RGB (Red+Green+Blue) = 22+69+87=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #164557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164557 is #E9BAA8. Grayscale: #383838. Windows color (decimal): -15317673 or 5719318. OLE color: 5719318.

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

Color convert

RGB226987-
CMYK0.750.2100.66
HSL196.62º59.63%21.37%-
HSV(B)196.62º74.71%34.12%-
XYZ4.185.119.78-
YUV57144.93103.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=12.36%
G=38.76%
B=48.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2269870.750.2100.66196.6259.6321.37
Hex1645574B15042c53c15
Octal261051271132501023057425
Binary1011010001011010111100101110101010000101100010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164557; }

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

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

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

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

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

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

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

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