Shades of Astronaut Blue #15465D
Tints of Astronaut Blue #15465D
RGB
CMYK
RGB Variations
Color information
#15465D (or 0x15465D) is known color: Astronaut Blue. HEX triplet: 15, 46 and 5D. RGB value is (21,70,93). Sum of RGB (Red+Green+Blue) = 21+70+93=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #15465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15465D is #EAB9A2. Grayscale: #393939. Windows color (decimal): -15382947 or 6112789. OLE color: 6112789.
HSL color Cylindrical-coordinate representation of color #15465D: hue angle of 199.17º 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 #15465D is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 70 | 93 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.64 |
| HSL | 199.17º | 0.63% | 0.22% | - |
| HSV(B) | 199.17º | 0.77% | 0.36% | - |
| XYZ | 4.48 | 5.33 | 11.15 | - |
| YUV | 57.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 93 | 0.77 | 0.25 | 0 | 0.64 | 199.17 | 0.63 | 0.22 |
| Hex | 15 | 46 | 5D | 4D | 19 | 0 | 40 | C7 | 3F | 16 |
| Octal | 25 | 106 | 135 | 115 | 31 | 0 | 100 | 307 | 77 | 26 |
| Binary | 10101 | 1000110 | 1011101 | 1001101 | 11001 | 0 | 1000000 | 11000111 | 111111 | 10110 |
Color Harmonies of #15465D
Complementary color
Monochromatic Colors of #15465D
Black with #15465D
Text Example
Text Example
White with #15465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15465D; }
p { color: rgb(21,70,93); }
H1.HeaderClassName
{
color: #15465D;
}
.AnyTagClassName
{
color: #15465D;
}
</style>
background-color css
<style>
a { background-color: #15465D; }
a { background-color: rgb(21,70,93); }
div.DivClassName
{
background-color: #15465D;
}
.BgClassName
{
background-color: #15465D;
}
</style>
border-color css
<style>
span { border-color: #15465D; }
span { border-color: rgb(21,70,93); }
td.TdClassName
{
border-color: #15465D;
}
.TagClassName
{
border-color: #15465D;
}
</style>