#16485B

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

Shades of Astronaut Blue #16485B

Tints of Astronaut Blue #16485B

Color information

#16485B (or 0x16485B) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 5B. RGB value is (22,72,91). Sum of RGB (Red+Green+Blue) = 22+72+91=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #16485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16485B is #E9B7A4. Grayscale: #3B3B3B. Windows color (decimal): -15316901 or 5982230. OLE color: 5982230.

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

Color convert

RGB227291-
CMYK0.760.2100.64
HSL196.52º61.06%22.16%-
HSV(B)196.52º75.82%35.69%-
XYZ4.545.5610.73-
YUV59.22145.94101.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=11.89%
G=38.92%
B=49.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2272910.760.2100.64196.5261.0622.16
Hex16485B4C15040c53d16
Octal261101331142501003057526
Binary1011010010001011011100110010101010000001100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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