#164458

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

Shades of Astronaut Blue #164458

Tints of Astronaut Blue #164458

Color information

#164458 (or 0x164458) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 58. RGB value is (22,68,88). Sum of RGB (Red+Green+Blue) = 22+68+88=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #164458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164458 is #E9BBA7. Grayscale: #383838. Windows color (decimal): -15317928 or 5784598. OLE color: 5784598.

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

Color convert

RGB226888-
CMYK0.750.2300.65
HSL198.18º60%21.57%-
HSV(B)198.18º75%34.51%-
XYZ4.165.019.98-
YUV56.53145.76103.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 88 (34.77% from 255) = 49.44%
R=12.36%
G=38.20%
B=49.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2268880.750.2300.65198.186021.57
Hex1644584B17041c63c16
Octal261041301132701013067426
Binary1011010001001011000100101110111010000011100011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164458; }

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

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

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

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

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

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

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

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