Shades of Astronaut Blue #15455F
Tints of Astronaut Blue #15455F
RGB
CMYK
RGB Variations
Color information
#15455F (or 0x15455F) is known color: Astronaut Blue. HEX triplet: 15, 45 and 5F. RGB value is (21,69,95). Sum of RGB (Red+Green+Blue) = 21+69+95=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #15455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455F is #EABAA0. Grayscale: #393939. Windows color (decimal): -15383201 or 6243605. OLE color: 6243605.
HSL color Cylindrical-coordinate representation of color #15455F: hue angle of 201.08º 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 #15455F is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 69 | 95 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.63 |
| HSL | 201.08º | 0.64% | 0.23% | - |
| HSV(B) | 201.08º | 0.78% | 0.37% | - |
| XYZ | 4.5 | 5.24 | 11.6 | - |
| YUV | 57.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 95 | 0.78 | 0.27 | 0 | 0.63 | 201.08 | 0.64 | 0.23 |
| Hex | 15 | 45 | 5F | 4E | 1B | 0 | 3F | C9 | 40 | 17 |
| Octal | 25 | 105 | 137 | 116 | 33 | 0 | 77 | 311 | 100 | 27 |
| Binary | 10101 | 1000101 | 1011111 | 1001110 | 11011 | 0 | 111111 | 11001001 | 1000000 | 10111 |
Color Harmonies of #15455F
Complementary color
Monochromatic Colors of #15455F
Black with #15455F
Text Example
Text Example
White with #15455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15455F; }
p { color: rgb(21,69,95); }
H1.HeaderClassName
{
color: #15455F;
}
.AnyTagClassName
{
color: #15455F;
}
</style>
background-color css
<style>
a { background-color: #15455F; }
a { background-color: rgb(21,69,95); }
div.DivClassName
{
background-color: #15455F;
}
.BgClassName
{
background-color: #15455F;
}
</style>
border-color css
<style>
span { border-color: #15455F; }
span { border-color: rgb(21,69,95); }
td.TdClassName
{
border-color: #15455F;
}
.TagClassName
{
border-color: #15455F;
}
</style>