#16455D

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

Shades of Astronaut Blue #16455D

Tints of Astronaut Blue #16455D

Color information

#16455D (or 0x16455D) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 5D. RGB value is (22,69,93). Sum of RGB (Red+Green+Blue) = 22+69+93=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #16455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16455D is #E9BAA2. Grayscale: #393939. Windows color (decimal): -15317667 or 6112534. OLE color: 6112534.

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

Color convert

RGB226993-
CMYK0.760.2600.64
HSL200.28º61.74%22.55%-
HSV(B)200.28º76.34%36.47%-
XYZ4.435.2211.13-
YUV57.68147.93102.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=11.96%
G=37.5%
B=50.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2269930.760.2600.64200.2861.7422.55
Hex16455D4C1A040c83e17
Octal261051351143201003107627
Binary1011010001011011101100110011010010000001100100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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