Shades of Astronaut Blue #15485D
Tints of Astronaut Blue #15485D
RGB
CMYK
RGB Variations
Color information
#15485D (or 0x15485D) is known color: Astronaut Blue. HEX triplet: 15, 48 and 5D. RGB value is (21,72,93). Sum of RGB (Red+Green+Blue) = 21+72+93=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #15485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485D is #EAB7A2. Grayscale: #3B3B3B. Windows color (decimal): -15382435 or 6113301. OLE color: 6113301.
HSL color Cylindrical-coordinate representation of color #15485D: hue angle of 197.5º 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 #15485D is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 72 | 93 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.64 |
| HSL | 197.5º | 0.63% | 0.22% | - |
| HSV(B) | 197.5º | 0.77% | 0.36% | - |
| XYZ | 4.6 | 5.58 | 11.19 | - |
| YUV | 59.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 93 | 0.77 | 0.23 | 0 | 0.64 | 197.5 | 0.63 | 0.22 |
| Hex | 15 | 48 | 5D | 4D | 17 | 0 | 40 | C6 | 3F | 16 |
| Octal | 25 | 110 | 135 | 115 | 27 | 0 | 100 | 306 | 77 | 26 |
| Binary | 10101 | 1001000 | 1011101 | 1001101 | 10111 | 0 | 1000000 | 11000110 | 111111 | 10110 |
Color Harmonies of #15485D
Complementary color
Monochromatic Colors of #15485D
Black with #15485D
Text Example
Text Example
White with #15485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15485D; }
p { color: rgb(21,72,93); }
H1.HeaderClassName
{
color: #15485D;
}
.AnyTagClassName
{
color: #15485D;
}
</style>
background-color css
<style>
a { background-color: #15485D; }
a { background-color: rgb(21,72,93); }
div.DivClassName
{
background-color: #15485D;
}
.BgClassName
{
background-color: #15485D;
}
</style>
border-color css
<style>
span { border-color: #15485D; }
span { border-color: rgb(21,72,93); }
td.TdClassName
{
border-color: #15485D;
}
.TagClassName
{
border-color: #15485D;
}
</style>