Shades of Astronaut Blue #154E5F
Tints of Astronaut Blue #154E5F
RGB
CMYK
RGB Variations
Color information
#154E5F (or 0x154E5F) is known color: Astronaut Blue. HEX triplet: 15, 4E and 5F. RGB value is (21,78,95). Sum of RGB (Red+Green+Blue) = 21+78+95=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #154E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E5F is #EAB1A0. Grayscale: #3E3E3E. Windows color (decimal): -15380897 or 6245909. OLE color: 6245909.
HSL color Cylindrical-coordinate representation of color #154E5F: hue angle of 193.78º 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 #154E5F is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 78 | 95 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.63 |
| HSL | 193.78º | 0.64% | 0.23% | - |
| HSV(B) | 193.78º | 0.78% | 0.37% | - |
| XYZ | 5.1 | 6.43 | 11.8 | - |
| YUV | 62.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 95 | 0.78 | 0.18 | 0 | 0.63 | 193.78 | 0.64 | 0.23 |
| Hex | 15 | 4E | 5F | 4E | 12 | 0 | 3F | C2 | 40 | 17 |
| Octal | 25 | 116 | 137 | 116 | 22 | 0 | 77 | 302 | 100 | 27 |
| Binary | 10101 | 1001110 | 1011111 | 1001110 | 10010 | 0 | 111111 | 11000010 | 1000000 | 10111 |
Color Harmonies of #154E5F
Complementary color
Monochromatic Colors of #154E5F
Black with #154E5F
Text Example
Text Example
White with #154E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E5F; }
p { color: rgb(21,78,95); }
H1.HeaderClassName
{
color: #154E5F;
}
.AnyTagClassName
{
color: #154E5F;
}
</style>
background-color css
<style>
a { background-color: #154E5F; }
a { background-color: rgb(21,78,95); }
div.DivClassName
{
background-color: #154E5F;
}
.BgClassName
{
background-color: #154E5F;
}
</style>
border-color css
<style>
span { border-color: #154E5F; }
span { border-color: rgb(21,78,95); }
td.TdClassName
{
border-color: #154E5F;
}
.TagClassName
{
border-color: #154E5F;
}
</style>