#164157

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

Shades of Astronaut Blue #164157

Tints of Astronaut Blue #164157

Color information

#164157 (or 0x164157) is unknown color: approx Astronaut Blue. HEX triplet: 16, 41 and 57. RGB value is (22,65,87). Sum of RGB (Red+Green+Blue) = 22+65+87=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #164157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164157 is #E9BEA8. Grayscale: #363636. Windows color (decimal): -15318697 or 5718294. OLE color: 5718294.

HSL color Cylindrical-coordinate representation of color #164157: hue angle of 200.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164157 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB226587-
CMYK0.750.2500.66
HSL200.31º59.63%21.37%-
HSV(B)200.31º74.71%34.12%-
XYZ3.944.649.7-
YUV54.65146.25104.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 87 (34.38% from 255) = 50%
R=12.64%
G=37.36%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2265870.750.2500.66200.3159.6321.37
Hex1641574B19042c83c15
Octal261011271133101023107425
Binary1011010000011010111100101111001010000101100100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164157; }

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

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

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

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

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

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

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

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