#164459

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

Shades of Astronaut Blue #164459

Tints of Astronaut Blue #164459

Color information

#164459 (or 0x164459) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 59. RGB value is (22,68,89). Sum of RGB (Red+Green+Blue) = 22+68+89=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #164459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164459 is #E9BBA6. Grayscale: #383838. Windows color (decimal): -15317927 or 5850134. OLE color: 5850134.

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

Color convert

RGB226889-
CMYK0.750.2400.65
HSL198.81º60.36%21.76%-
HSV(B)198.81º75.28%34.9%-
XYZ4.25.0310.2-
YUV56.64146.26103.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=12.29%
G=37.99%
B=49.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2268890.750.2400.65198.8160.3621.76
Hex1644594B18041c73c16
Octal261041311133001013077426
Binary1011010001001011001100101111000010000011100011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164459; }

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

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

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

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

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

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

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

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