Shades of Astronaut Blue #154E66
Tints of Astronaut Blue #154E66
RGB
CMYK
RGB Variations
Color information
#154E66 (or 0x154E66) is known color: Astronaut Blue. HEX triplet: 15, 4E and 66. RGB value is (21,78,102). Sum of RGB (Red+Green+Blue) = 21+78+102=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #154E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E66 is #EAB199. Grayscale: #3F3F3F. Windows color (decimal): -15380890 or 6704661. OLE color: 6704661.
HSL color Cylindrical-coordinate representation of color #154E66: hue angle of 197.78º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154E66 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 78 | 102 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.6 |
| HSL | 197.78º | 0.66% | 0.24% | - |
| HSV(B) | 197.78º | 0.79% | 0.4% | - |
| XYZ | 5.43 | 6.57 | 13.55 | - |
| YUV | 63.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 102 | 0.79 | 0.24 | 0 | 0.6 | 197.78 | 0.66 | 0.24 |
| Hex | 15 | 4E | 66 | 4F | 18 | 0 | 3C | C6 | 42 | 18 |
| Octal | 25 | 116 | 146 | 117 | 30 | 0 | 74 | 306 | 102 | 30 |
| Binary | 10101 | 1001110 | 1100110 | 1001111 | 11000 | 0 | 111100 | 11000110 | 1000010 | 11000 |
Color Harmonies of #154E66
Complementary color
Monochromatic Colors of #154E66
Black with #154E66
Text Example
Text Example
White with #154E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E66; }
p { color: rgb(21,78,102); }
H1.HeaderClassName
{
color: #154E66;
}
.AnyTagClassName
{
color: #154E66;
}
</style>
background-color css
<style>
a { background-color: #154E66; }
a { background-color: rgb(21,78,102); }
div.DivClassName
{
background-color: #154E66;
}
.BgClassName
{
background-color: #154E66;
}
</style>
border-color css
<style>
span { border-color: #154E66; }
span { border-color: rgb(21,78,102); }
td.TdClassName
{
border-color: #154E66;
}
.TagClassName
{
border-color: #154E66;
}
</style>