#15475D

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

Shades of Astronaut Blue #15475D

Tints of Astronaut Blue #15475D

Color information

#15475D (or 0x15475D) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 5D. RGB value is (21,71,93). Sum of RGB (Red+Green+Blue) = 21+71+93=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #15475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15475D is #EAB8A2. Grayscale: #3A3A3A. Windows color (decimal): -15382691 or 6113045. OLE color: 6113045.

HSL color Cylindrical-coordinate representation of color #15475D: hue angle of 198.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15475D is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB217193-
CMYK0.770.2400.64
HSL198.33º63.16%22.35%-
HSV(B)198.33º77.42%36.47%-
XYZ4.545.4611.17-
YUV58.56147.44101.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=11.35%
G=38.38%
B=50.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2171930.770.2400.64198.3363.1622.35
Hex15475D4D18040c63f16
Octal251071351153001003067726
Binary1010110001111011101100110111000010000001100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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