#16495B

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

Shades of Astronaut Blue #16495B

Tints of Astronaut Blue #16495B

Color information

#16495B (or 0x16495B) is unknown color: approx Astronaut Blue. HEX triplet: 16, 49 and 5B. RGB value is (22,73,91). Sum of RGB (Red+Green+Blue) = 22+73+91=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #16495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16495B is #E9B6A4. Grayscale: #3B3B3B. Windows color (decimal): -15316645 or 5982486. OLE color: 5982486.

HSL color Cylindrical-coordinate representation of color #16495B: hue angle of 195.65º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16495B is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB227391-
CMYK0.760.2000.64
HSL195.65º61.06%22.16%-
HSV(B)195.65º75.82%35.69%-
XYZ4.65.6910.75-
YUV59.8145.6101.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=11.83%
G=39.25%
B=48.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2273910.760.2000.64195.6561.0622.16
Hex16495B4C14040c43d16
Octal261111331142401003047526
Binary1011010010011011011100110010100010000001100010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16495B; }

 p { color: rgb(22,73,91); }

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

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

 a { background-color: rgb(22,73,91); }

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

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

 span { border-color: rgb(22,73,91); }

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