#15495E

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

Shades of Astronaut Blue #15495E

Tints of Astronaut Blue #15495E

Color information

#15495E (or 0x15495E) is unknown color: approx Astronaut Blue. HEX triplet: 15, 49 and 5E. RGB value is (21,73,94). Sum of RGB (Red+Green+Blue) = 21+73+94=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #15495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15495E is #EAB6A1. Grayscale: #3B3B3B. Windows color (decimal): -15382178 or 6179093. OLE color: 6179093.

HSL color Cylindrical-coordinate representation of color #15495E: hue angle of 197.26º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15495E is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB217394-
CMYK0.780.2200.63
HSL197.26º63.48%22.55%-
HSV(B)197.26º77.66%36.86%-
XYZ4.715.7311.45-
YUV59.85147.27100.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 94 (37.11% from 255) = 50%
R=11.17%
G=38.83%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2173940.780.2200.63197.2663.4822.55
Hex15495E4E1603Fc53f17
Octal25111136116260773057727
Binary101011001001101111010011101011001111111100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15495E; }

 p { color: rgb(21,73,94); }

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

<style>
 a { background-color: #15495E; }

 a { background-color: rgb(21,73,94); }

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

<style>
 span { border-color: #15495E; }

 span { border-color: rgb(21,73,94); }

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