#164154

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

Shades of Astronaut Blue #164154

Tints of Astronaut Blue #164154

Color information

#164154 (or 0x164154) is unknown color: approx Astronaut Blue. HEX triplet: 16, 41 and 54. RGB value is (22,65,84). Sum of RGB (Red+Green+Blue) = 22+65+84=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #164154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164154 is #E9BEAB. Grayscale: #363636. Windows color (decimal): -15318700 or 5521686. OLE color: 5521686.

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

Color convert

RGB226584-
CMYK0.740.2300.67
HSL198.39º58.49%20.78%-
HSV(B)198.39º73.81%32.94%-
XYZ3.824.599.07-
YUV54.31144.75104.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=12.87%
G=38.01%
B=49.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2265840.740.2300.67198.3958.4920.78
Hex1641544A17043c63a15
Octal261011241122701033067225
Binary1011010000011010100100101010111010000111100011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164154; }

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

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

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

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

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

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

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

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