Shades of Astronaut Blue #15485F
Tints of Astronaut Blue #15485F
RGB
CMYK
RGB Variations
Color information
#15485F (or 0x15485F) is known color: Astronaut Blue. HEX triplet: 15, 48 and 5F. RGB value is (21,72,95). Sum of RGB (Red+Green+Blue) = 21+72+95=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #15485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485F is #EAB7A0. Grayscale: #3B3B3B. Windows color (decimal): -15382433 or 6244373. OLE color: 6244373.
HSL color Cylindrical-coordinate representation of color #15485F: hue angle of 198.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15485F is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 72 | 95 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.63 |
| HSL | 198.65º | 0.64% | 0.23% | - |
| HSV(B) | 198.65º | 0.78% | 0.37% | - |
| XYZ | 4.69 | 5.62 | 11.66 | - |
| YUV | 59.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 95 | 0.78 | 0.24 | 0 | 0.63 | 198.65 | 0.64 | 0.23 |
| Hex | 15 | 48 | 5F | 4E | 18 | 0 | 3F | C7 | 40 | 17 |
| Octal | 25 | 110 | 137 | 116 | 30 | 0 | 77 | 307 | 100 | 27 |
| Binary | 10101 | 1001000 | 1011111 | 1001110 | 11000 | 0 | 111111 | 11000111 | 1000000 | 10111 |
Color Harmonies of #15485F
Complementary color
Monochromatic Colors of #15485F
Black with #15485F
Text Example
Text Example
White with #15485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15485F; }
p { color: rgb(21,72,95); }
H1.HeaderClassName
{
color: #15485F;
}
.AnyTagClassName
{
color: #15485F;
}
</style>
background-color css
<style>
a { background-color: #15485F; }
a { background-color: rgb(21,72,95); }
div.DivClassName
{
background-color: #15485F;
}
.BgClassName
{
background-color: #15485F;
}
</style>
border-color css
<style>
span { border-color: #15485F; }
span { border-color: rgb(21,72,95); }
td.TdClassName
{
border-color: #15485F;
}
.TagClassName
{
border-color: #15485F;
}
</style>