Shades of Astronaut Blue #154E5E
Tints of Astronaut Blue #154E5E
RGB
CMYK
RGB Variations
Color information
#154E5E (or 0x154E5E) is known color: Astronaut Blue. HEX triplet: 15, 4E and 5E. RGB value is (21,78,94). Sum of RGB (Red+Green+Blue) = 21+78+94=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #154E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E5E is #EAB1A1. Grayscale: #3E3E3E. Windows color (decimal): -15380898 or 6180373. OLE color: 6180373.
HSL color Cylindrical-coordinate representation of color #154E5E: hue angle of 193.15º degrees, saturation: 0.63, 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 #154E5E is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 78 | 94 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.63 |
| HSL | 193.15º | 0.63% | 0.23% | - |
| HSV(B) | 193.15º | 0.78% | 0.37% | - |
| XYZ | 5.05 | 6.42 | 11.56 | - |
| YUV | 62.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 94 | 0.78 | 0.17 | 0 | 0.63 | 193.15 | 0.63 | 0.23 |
| Hex | 15 | 4E | 5E | 4E | 11 | 0 | 3F | C1 | 3F | 17 |
| Octal | 25 | 116 | 136 | 116 | 21 | 0 | 77 | 301 | 77 | 27 |
| Binary | 10101 | 1001110 | 1011110 | 1001110 | 10001 | 0 | 111111 | 11000001 | 111111 | 10111 |
Color Harmonies of #154E5E
Complementary color
Monochromatic Colors of #154E5E
Black with #154E5E
Text Example
Text Example
White with #154E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E5E; }
p { color: rgb(21,78,94); }
H1.HeaderClassName
{
color: #154E5E;
}
.AnyTagClassName
{
color: #154E5E;
}
</style>
background-color css
<style>
a { background-color: #154E5E; }
a { background-color: rgb(21,78,94); }
div.DivClassName
{
background-color: #154E5E;
}
.BgClassName
{
background-color: #154E5E;
}
</style>
border-color css
<style>
span { border-color: #154E5E; }
span { border-color: rgb(21,78,94); }
td.TdClassName
{
border-color: #154E5E;
}
.TagClassName
{
border-color: #154E5E;
}
</style>