#16496B

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

Shades of Astronaut Blue #16496B

Tints of Astronaut Blue #16496B

Color information

#16496B (or 0x16496B) is unknown color: approx Astronaut Blue. HEX triplet: 16, 49 and 6B. RGB value is (22,73,107). Sum of RGB (Red+Green+Blue) = 22+73+107=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #16496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16496B is #E9B694. Grayscale: #3D3D3D. Windows color (decimal): -15316629 or 7031062. OLE color: 7031062.

HSL color Cylindrical-coordinate representation of color #16496B: hue angle of 204º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16496B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2273107-
CMYK0.790.3200.58
HSL204º65.89%25.29%-
HSV(B)204º79.44%41.96%-
XYZ5.37614.78-
YUV61.63153.699.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 107 (42.19% from 255) = 52.97%
R=10.89%
G=36.14%
B=52.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22731070.790.3200.5820465.8925.29
Hex16496B4F2003Acc4219
Octal261111531174007231410231
Binary10110100100111010111001111100000011101011001100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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