#164759

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

Shades of Astronaut Blue #164759

Tints of Astronaut Blue #164759

Color information

#164759 (or 0x164759) is unknown color: approx Astronaut Blue. HEX triplet: 16, 47 and 59. RGB value is (22,71,89). Sum of RGB (Red+Green+Blue) = 22+71+89=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #164759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164759 is #E9B8A6. Grayscale: #3A3A3A. Windows color (decimal): -15317159 or 5850902. OLE color: 5850902.

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

Color convert

RGB227189-
CMYK0.750.2000.65
HSL196.12º60.36%21.76%-
HSV(B)196.12º75.28%34.9%-
XYZ4.395.410.26-
YUV58.4145.27102.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=12.09%
G=39.01%
B=48.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2271890.750.2000.65196.1260.3621.76
Hex1647594B14041c43c16
Octal261071311132401013047426
Binary1011010001111011001100101110100010000011100010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164759; }

 p { color: rgb(22,71,89); }

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

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

 a { background-color: rgb(22,71,89); }

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

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

 span { border-color: rgb(22,71,89); }

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