#164054

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

Shades of Astronaut Blue #164054

Tints of Astronaut Blue #164054

Color information

#164054 (or 0x164054) is unknown color: approx Astronaut Blue. HEX triplet: 16, 40 and 54. RGB value is (22,64,84). Sum of RGB (Red+Green+Blue) = 22+64+84=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #164054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164054 is #E9BFAB. Grayscale: #353535. Windows color (decimal): -15318956 or 5521430. OLE color: 5521430.

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

Color convert

RGB226484-
CMYK0.740.2400.67
HSL199.35º58.49%20.78%-
HSV(B)199.35º73.81%32.94%-
XYZ3.764.489.05-
YUV53.72145.09105.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 84 (33.20% from 255) = 49.41%
R=12.94%
G=37.65%
B=49.41%

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
Decimal2264840.740.2400.67199.3558.4920.78
Hex1640544A18043c73a15
Octal261001241123001033077225
Binary1011010000001010100100101011000010000111100011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164054; }

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

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

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

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

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

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

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

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