#164456

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

Shades of Astronaut Blue #164456

Tints of Astronaut Blue #164456

Color information

#164456 (or 0x164456) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 56. RGB value is (22,68,86). Sum of RGB (Red+Green+Blue) = 22+68+86=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #164456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164456 is #E9BBA9. Grayscale: #383838. Windows color (decimal): -15317930 or 5653526. OLE color: 5653526.

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

Color convert

RGB226886-
CMYK0.740.2100.66
HSL196.88º59.26%21.18%-
HSV(B)196.88º74.42%33.73%-
XYZ4.084.989.55-
YUV56.3144.76103.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=12.5%
G=38.64%
B=48.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2268860.740.2100.66196.8859.2621.18
Hex1644564A15042c53b15
Octal261041261122501023057325
Binary1011010001001010110100101010101010000101100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164456; }

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

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

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

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

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

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

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

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