Shades of Astronaut Blue #15485A
Tints of Astronaut Blue #15485A
RGB
CMYK
RGB Variations
Color information
#15485A (or 0x15485A) is known color: Astronaut Blue. HEX triplet: 15, 48 and 5A. RGB value is (21,72,90). Sum of RGB (Red+Green+Blue) = 21+72+90=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #15485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485A is #EAB7A5. Grayscale: #3A3A3A. Windows color (decimal): -15382438 or 5916693. OLE color: 5916693.
HSL color Cylindrical-coordinate representation of color #15485A: hue angle of 195.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15485A is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 72 | 90 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.65 |
| HSL | 195.65º | 0.62% | 0.22% | - |
| HSV(B) | 195.65º | 0.77% | 0.35% | - |
| XYZ | 4.47 | 5.53 | 10.51 | - |
| YUV | 58.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 90 | 0.77 | 0.20 | 0 | 0.65 | 195.65 | 0.62 | 0.22 |
| Hex | 15 | 48 | 5A | 4D | 14 | 0 | 41 | C4 | 3E | 16 |
| Octal | 25 | 110 | 132 | 115 | 24 | 0 | 101 | 304 | 76 | 26 |
| Binary | 10101 | 1001000 | 1011010 | 1001101 | 10100 | 0 | 1000001 | 11000100 | 111110 | 10110 |
Color Harmonies of #15485A
Complementary color
Monochromatic Colors of #15485A
Black with #15485A
Text Example
Text Example
White with #15485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15485A; }
p { color: rgb(21,72,90); }
H1.HeaderClassName
{
color: #15485A;
}
.AnyTagClassName
{
color: #15485A;
}
</style>
background-color css
<style>
a { background-color: #15485A; }
a { background-color: rgb(21,72,90); }
div.DivClassName
{
background-color: #15485A;
}
.BgClassName
{
background-color: #15485A;
}
</style>
border-color css
<style>
span { border-color: #15485A; }
span { border-color: rgb(21,72,90); }
td.TdClassName
{
border-color: #15485A;
}
.TagClassName
{
border-color: #15485A;
}
</style>