#16485A

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

Shades of Astronaut Blue #16485A

Tints of Astronaut Blue #16485A

Color information

#16485A (or 0x16485A) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 5A. RGB value is (22,72,90). Sum of RGB (Red+Green+Blue) = 22+72+90=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #16485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16485A is #E9B7A5. Grayscale: #3A3A3A. Windows color (decimal): -15316902 or 5916694. OLE color: 5916694.

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

Color convert

RGB227290-
CMYK0.760.2000.65
HSL195.88º60.71%21.96%-
HSV(B)195.88º75.56%35.29%-
XYZ4.495.5410.51-
YUV59.1145.44101.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=11.96%
G=39.13%
B=48.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2272900.760.2000.65195.8860.7121.96
Hex16485A4C14041c43d16
Octal261101321142401013047526
Binary1011010010001011010100110010100010000011100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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