#164457

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

Shades of Astronaut Blue #164457

Tints of Astronaut Blue #164457

Color information

#164457 (or 0x164457) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 57. RGB value is (22,68,87). Sum of RGB (Red+Green+Blue) = 22+68+87=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #164457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164457 is #E9BBA8. Grayscale: #383838. Windows color (decimal): -15317929 or 5719062. OLE color: 5719062.

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

Color convert

RGB226887-
CMYK0.750.2200.66
HSL197.54º59.63%21.37%-
HSV(B)197.54º74.71%34.12%-
XYZ4.124.999.76-
YUV56.41145.26103.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=12.43%
G=38.42%
B=49.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2268870.750.2200.66197.5459.6321.37
Hex1644574B16042c63c15
Octal261041271132601023067425
Binary1011010001001010111100101110110010000101100011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164457; }

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

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

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

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

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

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

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

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