Shades of Astronaut Blue #15475C
Tints of Astronaut Blue #15475C
RGB
CMYK
RGB Variations
Color information
#15475C (or 0x15475C) is known color: Astronaut Blue. HEX triplet: 15, 47 and 5C. RGB value is (21,71,92). Sum of RGB (Red+Green+Blue) = 21+71+92=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #15475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15475C is #EAB8A3. Grayscale: #3A3A3A. Windows color (decimal): -15382692 or 6047509. OLE color: 6047509.
HSL color Cylindrical-coordinate representation of color #15475C: hue angle of 197.75º 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 #15475C is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 71 | 92 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.64 |
| HSL | 197.75º | 0.63% | 0.22% | - |
| HSV(B) | 197.75º | 0.77% | 0.36% | - |
| XYZ | 4.49 | 5.44 | 10.94 | - |
| YUV | 58.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 92 | 0.77 | 0.23 | 0 | 0.64 | 197.75 | 0.63 | 0.22 |
| Hex | 15 | 47 | 5C | 4D | 17 | 0 | 40 | C6 | 3F | 16 |
| Octal | 25 | 107 | 134 | 115 | 27 | 0 | 100 | 306 | 77 | 26 |
| Binary | 10101 | 1000111 | 1011100 | 1001101 | 10111 | 0 | 1000000 | 11000110 | 111111 | 10110 |
Color Harmonies of #15475C
Complementary color
Monochromatic Colors of #15475C
Black with #15475C
Text Example
Text Example
White with #15475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15475C; }
p { color: rgb(21,71,92); }
H1.HeaderClassName
{
color: #15475C;
}
.AnyTagClassName
{
color: #15475C;
}
</style>
background-color css
<style>
a { background-color: #15475C; }
a { background-color: rgb(21,71,92); }
div.DivClassName
{
background-color: #15475C;
}
.BgClassName
{
background-color: #15475C;
}
</style>
border-color css
<style>
span { border-color: #15475C; }
span { border-color: rgb(21,71,92); }
td.TdClassName
{
border-color: #15475C;
}
.TagClassName
{
border-color: #15475C;
}
</style>