Shades of Astronaut Blue #15475D
Tints of Astronaut Blue #15475D
RGB
CMYK
RGB Variations
Color information
#15475D (or 0x15475D) is known color: 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
| RGB | 21 | 71 | 93 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.64 |
| HSL | 198.33º | 0.63% | 0.22% | - |
| HSV(B) | 198.33º | 0.77% | 0.36% | - |
| XYZ | 4.54 | 5.46 | 11.17 | - |
| YUV | 58.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 93 | 0.77 | 0.24 | 0 | 0.64 | 198.33 | 0.63 | 0.22 |
| Hex | 15 | 47 | 5D | 4D | 18 | 0 | 40 | C6 | 3F | 16 |
| Octal | 25 | 107 | 135 | 115 | 30 | 0 | 100 | 306 | 77 | 26 |
| Binary | 10101 | 1000111 | 1011101 | 1001101 | 11000 | 0 | 1000000 | 11000110 | 111111 | 10110 |
Color Harmonies of #15475D
Complementary color
Monochromatic Colors of #15475D
Black with #15475D
Text Example
Text Example
White with #15475D
Text Example
Text Example
HTML Codes & Css Web 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>