#164056

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

Shades of Astronaut Blue #164056

Tints of Astronaut Blue #164056

Color information

#164056 (or 0x164056) is unknown color: approx Astronaut Blue. HEX triplet: 16, 40 and 56. RGB value is (22,64,86). Sum of RGB (Red+Green+Blue) = 22+64+86=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #164056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164056 is #E9BFA9. Grayscale: #353535. Windows color (decimal): -15318954 or 5652502. OLE color: 5652502.

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

Color convert

RGB226486-
CMYK0.740.2600.66
HSL200.62º59.26%21.18%-
HSV(B)200.62º74.42%33.73%-
XYZ3.844.519.47-
YUV53.95146.09105.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 86 (33.98% from 255) = 50%
R=12.79%
G=37.21%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2264860.740.2600.66200.6259.2621.18
Hex1640564A1A042c93b15
Octal261001261123201023117325
Binary1011010000001010110100101011010010000101100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164056; }

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

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

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

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

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

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

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

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