Shades of Astronaut Blue #15455B
Tints of Astronaut Blue #15455B
RGB
CMYK
RGB Variations
Color information
#15455B (or 0x15455B) is known color: Astronaut Blue. HEX triplet: 15, 45 and 5B. RGB value is (21,69,91). Sum of RGB (Red+Green+Blue) = 21+69+91=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #15455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455B is #EABAA4. Grayscale: #393939. Windows color (decimal): -15383205 or 5981461. OLE color: 5981461.
HSL color Cylindrical-coordinate representation of color #15455B: hue angle of 198.86º degrees, saturation: 0.62, 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 #15455B is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 69 | 91 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.64 |
| HSL | 198.86º | 0.63% | 0.22% | - |
| HSV(B) | 198.86º | 0.77% | 0.36% | - |
| XYZ | 4.33 | 5.17 | 10.67 | - |
| YUV | 57.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 91 | 0.77 | 0.24 | 0 | 0.64 | 198.86 | 0.63 | 0.22 |
| Hex | 15 | 45 | 5B | 4D | 18 | 0 | 40 | C7 | 3E | 16 |
| Octal | 25 | 105 | 133 | 115 | 30 | 0 | 100 | 307 | 76 | 26 |
| Binary | 10101 | 1000101 | 1011011 | 1001101 | 11000 | 0 | 1000000 | 11000111 | 111110 | 10110 |
Color Harmonies of #15455B
Complementary color
Monochromatic Colors of #15455B
Black with #15455B
Text Example
Text Example
White with #15455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15455B; }
p { color: rgb(21,69,91); }
H1.HeaderClassName
{
color: #15455B;
}
.AnyTagClassName
{
color: #15455B;
}
</style>
background-color css
<style>
a { background-color: #15455B; }
a { background-color: rgb(21,69,91); }
div.DivClassName
{
background-color: #15455B;
}
.BgClassName
{
background-color: #15455B;
}
</style>
border-color css
<style>
span { border-color: #15455B; }
span { border-color: rgb(21,69,91); }
td.TdClassName
{
border-color: #15455B;
}
.TagClassName
{
border-color: #15455B;
}
</style>