#164155

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

Shades of Astronaut Blue #164155

Tints of Astronaut Blue #164155

Color information

#164155 (or 0x164155) is unknown color: approx Astronaut Blue. HEX triplet: 16, 41 and 55. RGB value is (22,65,85). Sum of RGB (Red+Green+Blue) = 22+65+85=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #164155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164155 is #E9BEAA. Grayscale: #363636. Windows color (decimal): -15318699 or 5587222. OLE color: 5587222.

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

Color convert

RGB226585-
CMYK0.740.2400.67
HSL199.05º58.88%20.98%-
HSV(B)199.05º74.12%33.33%-
XYZ3.864.619.28-
YUV54.42145.25104.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=12.79%
G=37.79%
B=49.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2265850.740.2400.67199.0558.8820.98
Hex1641554A18043c73b15
Octal261011251123001033077325
Binary1011010000011010101100101011000010000111100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164155; }

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

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

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

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

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

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

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

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