#16445B

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

Shades of Astronaut Blue #16445B

Tints of Astronaut Blue #16445B

Color information

#16445B (or 0x16445B) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 5B. RGB value is (22,68,91). Sum of RGB (Red+Green+Blue) = 22+68+91=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #16445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16445B is #E9BBA4. Grayscale: #383838. Windows color (decimal): -15317925 or 5981206. OLE color: 5981206.

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

Color convert

RGB226891-
CMYK0.760.2500.64
HSL200º61.06%22.16%-
HSV(B)200º75.82%35.69%-
XYZ4.295.0610.65-
YUV56.87147.26103.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=12.15%
G=37.57%
B=50.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2268910.760.2500.6420061.0622.16
Hex16445B4C19040c83d16
Octal261041331143101003107526
Binary1011010001001011011100110011001010000001100100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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