#164A5A

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

Shades of Astronaut Blue #164A5A

Tints of Astronaut Blue #164A5A

Color information

#164A5A (or 0x164A5A) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4A and 5A. RGB value is (22,74,90). Sum of RGB (Red+Green+Blue) = 22+74+90=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #164A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A5A is #E9B5A5. Grayscale: #3C3C3C. Windows color (decimal): -15316390 or 5917206. OLE color: 5917206.

HSL color Cylindrical-coordinate representation of color #164A5A: hue angle of 194.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164A5A is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB227490-
CMYK0.760.1800.65
HSL194.12º60.71%21.96%-
HSV(B)194.12º75.56%35.29%-
XYZ4.635.8110.55-
YUV60.28144.77100.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=11.83%
G=39.78%
B=48.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2274900.760.1800.65194.1260.7121.96
Hex164A5A4C12041c23d16
Octal261121321142201013027526
Binary1011010010101011010100110010010010000011100001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164A5A; }

 p { color: rgb(22,74,90); }

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

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

 a { background-color: rgb(22,74,90); }

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

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

 span { border-color: rgb(22,74,90); }

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