Shades of Astronaut Blue #154660
Tints of Astronaut Blue #154660
RGB
CMYK
RGB Variations
Color information
#154660 (or 0x154660) is known color: Astronaut Blue. HEX triplet: 15, 46 and 60. RGB value is (21,70,96). Sum of RGB (Red+Green+Blue) = 21+70+96=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #154660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154660 is #EAB99F. Grayscale: #3A3A3A. Windows color (decimal): -15382944 or 6309397. OLE color: 6309397.
HSL color Cylindrical-coordinate representation of color #154660: hue angle of 200.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154660 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 70 | 96 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.62 |
| HSL | 200.8º | 0.64% | 0.23% | - |
| HSV(B) | 200.8º | 0.78% | 0.38% | - |
| XYZ | 4.61 | 5.38 | 11.86 | - |
| YUV | 58.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 96 | 0.78 | 0.27 | 0 | 0.62 | 200.8 | 0.64 | 0.23 |
| Hex | 15 | 46 | 60 | 4E | 1B | 0 | 3E | C9 | 40 | 17 |
| Octal | 25 | 106 | 140 | 116 | 33 | 0 | 76 | 311 | 100 | 27 |
| Binary | 10101 | 1000110 | 1100000 | 1001110 | 11011 | 0 | 111110 | 11001001 | 1000000 | 10111 |
Color Harmonies of #154660
Complementary color
Monochromatic Colors of #154660
Black with #154660
Text Example
Text Example
White with #154660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154660; }
p { color: rgb(21,70,96); }
H1.HeaderClassName
{
color: #154660;
}
.AnyTagClassName
{
color: #154660;
}
</style>
background-color css
<style>
a { background-color: #154660; }
a { background-color: rgb(21,70,96); }
div.DivClassName
{
background-color: #154660;
}
.BgClassName
{
background-color: #154660;
}
</style>
border-color css
<style>
span { border-color: #154660; }
span { border-color: rgb(21,70,96); }
td.TdClassName
{
border-color: #154660;
}
.TagClassName
{
border-color: #154660;
}
</style>