#164455

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

Shades of Astronaut Blue #164455

Tints of Astronaut Blue #164455

Color information

#164455 (or 0x164455) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 55. RGB value is (22,68,85). Sum of RGB (Red+Green+Blue) = 22+68+85=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #164455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164455 is #E9BBAA. Grayscale: #383838. Windows color (decimal): -15317931 or 5587990. OLE color: 5587990.

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

Color convert

RGB226885-
CMYK0.740.2000.67
HSL196.19º58.88%20.98%-
HSV(B)196.19º74.12%33.33%-
XYZ4.044.969.34-
YUV56.18144.26103.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=12.57%
G=38.86%
B=48.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2268850.740.2000.67196.1958.8820.98
Hex1644554A14043c43b15
Octal261041251122401033047325
Binary1011010001001010101100101010100010000111100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164455; }

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

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

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

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

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

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

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

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