#164656

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

Shades of Astronaut Blue #164656

Tints of Astronaut Blue #164656

Color information

#164656 (or 0x164656) is unknown color: approx Astronaut Blue. HEX triplet: 16, 46 and 56. RGB value is (22,70,86). Sum of RGB (Red+Green+Blue) = 22+70+86=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #164656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164656 is #E9B9A9. Grayscale: #393939. Windows color (decimal): -15317418 or 5654038. OLE color: 5654038.

HSL color Cylindrical-coordinate representation of color #164656: hue angle of 195º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164656 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB227086-
CMYK0.740.1900.66
HSL195º59.26%21.18%-
HSV(B)195º74.42%33.73%-
XYZ4.25.229.59-
YUV57.47144.1102.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=12.36%
G=39.33%
B=48.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2270860.740.1900.6619559.2621.18
Hex1646564A13042c33b15
Octal261061261122301023037325
Binary1011010001101010110100101010011010000101100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164656; }

 p { color: rgb(22,70,86); }

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

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

 a { background-color: rgb(22,70,86); }

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

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

 span { border-color: rgb(22,70,86); }

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