#16465A

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

Shades of Astronaut Blue #16465A

Tints of Astronaut Blue #16465A

Color information

#16465A (or 0x16465A) is unknown color: approx Astronaut Blue. HEX triplet: 16, 46 and 5A. RGB value is (22,70,90). Sum of RGB (Red+Green+Blue) = 22+70+90=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #16465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16465A is #E9B9A5. Grayscale: #393939. Windows color (decimal): -15317414 or 5916182. OLE color: 5916182.

HSL color Cylindrical-coordinate representation of color #16465A: hue angle of 197.65º 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 #16465A is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB227090-
CMYK0.760.2200.65
HSL197.65º60.71%21.96%-
HSV(B)197.65º75.56%35.29%-
XYZ4.375.2910.46-
YUV57.93146.1102.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=12.09%
G=38.46%
B=49.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2270900.760.2200.65197.6560.7121.96
Hex16465A4C16041c63d16
Octal261061321142601013067526
Binary1011010001101011010100110010110010000011100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16465A; }

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

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

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

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

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

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

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

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