Shades of Astronaut Blue #154661
Tints of Astronaut Blue #154661
RGB
CMYK
RGB Variations
Color information
#154661 (or 0x154661) is known color: Astronaut Blue. HEX triplet: 15, 46 and 61. RGB value is (21,70,97). Sum of RGB (Red+Green+Blue) = 21+70+97=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #154661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154661 is #EAB99E. Grayscale: #3A3A3A. Windows color (decimal): -15382943 or 6374933. OLE color: 6374933.
HSL color Cylindrical-coordinate representation of color #154661: hue angle of 201.32º 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 #154661 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 70 | 97 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.62 |
| HSL | 201.32º | 0.64% | 0.23% | - |
| HSV(B) | 201.32º | 0.78% | 0.38% | - |
| XYZ | 4.66 | 5.4 | 12.11 | - |
| YUV | 58.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 97 | 0.78 | 0.28 | 0 | 0.62 | 201.32 | 0.64 | 0.23 |
| Hex | 15 | 46 | 61 | 4E | 1C | 0 | 3E | C9 | 40 | 17 |
| Octal | 25 | 106 | 141 | 116 | 34 | 0 | 76 | 311 | 100 | 27 |
| Binary | 10101 | 1000110 | 1100001 | 1001110 | 11100 | 0 | 111110 | 11001001 | 1000000 | 10111 |
Color Harmonies of #154661
Complementary color
Monochromatic Colors of #154661
Black with #154661
Text Example
Text Example
White with #154661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154661; }
p { color: rgb(21,70,97); }
H1.HeaderClassName
{
color: #154661;
}
.AnyTagClassName
{
color: #154661;
}
</style>
background-color css
<style>
a { background-color: #154661; }
a { background-color: rgb(21,70,97); }
div.DivClassName
{
background-color: #154661;
}
.BgClassName
{
background-color: #154661;
}
</style>
border-color css
<style>
span { border-color: #154661; }
span { border-color: rgb(21,70,97); }
td.TdClassName
{
border-color: #154661;
}
.TagClassName
{
border-color: #154661;
}
</style>