#164255

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

Shades of Astronaut Blue #164255

Tints of Astronaut Blue #164255

Color information

#164255 (or 0x164255) is unknown color: approx Astronaut Blue. HEX triplet: 16, 42 and 55. RGB value is (22,66,85). Sum of RGB (Red+Green+Blue) = 22+66+85=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #164255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164255 is #E9BDAA. Grayscale: #363636. Windows color (decimal): -15318443 or 5587478. OLE color: 5587478.

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

Color convert

RGB226685-
CMYK0.740.2200.67
HSL198.1º58.88%20.98%-
HSV(B)198.1º74.12%33.33%-
XYZ3.924.729.3-
YUV55.01144.92104.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=12.72%
G=38.15%
B=49.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2266850.740.2200.67198.158.8820.98
Hex1642554A16043c63b15
Octal261021251122601033067325
Binary1011010000101010101100101010110010000111100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164255; }

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

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

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

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

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

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

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

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