#16485D

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

Shades of Astronaut Blue #16485D

Tints of Astronaut Blue #16485D

Color information

#16485D (or 0x16485D) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 5D. RGB value is (22,72,93). Sum of RGB (Red+Green+Blue) = 22+72+93=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #16485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16485D is #E9B7A2. Grayscale: #3B3B3B. Windows color (decimal): -15316899 or 6113302. OLE color: 6113302.

HSL color Cylindrical-coordinate representation of color #16485D: hue angle of 197.75º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16485D is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB227293-
CMYK0.760.2300.64
HSL197.75º61.74%22.55%-
HSV(B)197.75º76.34%36.47%-
XYZ4.625.611.19-
YUV59.44146.94101.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=11.76%
G=38.50%
B=49.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2272930.760.2300.64197.7561.7422.55
Hex16485D4C17040c63e17
Octal261101351142701003067627
Binary1011010010001011101100110010111010000001100011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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