#15475a

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

Shades of Astronaut Blue #15475A

Tints of Astronaut Blue #15475A

Color information

#15475A (or 0x15475A) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 5A. RGB value is (21,71,90). Sum of RGB (Red+Green+Blue) = 21+71+90=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #15475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15475A is #EAB8A5. Grayscale: #3A3A3A. Windows color (decimal): -15382694 or 5916437. OLE color: 5916437.

HSL color Cylindrical-coordinate representation of color #15475A: hue angle of 196.52º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15475A is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB217190-
CMYK0.770.2100.65
HSL196.52º62.16%21.76%-
HSV(B)196.52º76.67%35.29%-
XYZ4.415.410.48-
YUV58.22145.94101.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=11.54%
G=39.01%
B=49.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2171900.770.2100.65196.5262.1621.76
Hex15475A4D15041c53e16
Octal251071321152501013057626
Binary1010110001111011010100110110101010000011100010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15475a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15475a; }

 p { color: rgb(21,71,90); }

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

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

 a { background-color: rgb(21,71,90); }

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

<style>
 span { border-color: #15475a; }

 span { border-color: rgb(21,71,90); }

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