Shades of Astronaut Blue #154E68
Tints of Astronaut Blue #154E68
RGB
CMYK
RGB Variations
Color information
#154E68 (or 0x154E68) is known color: Astronaut Blue. HEX triplet: 15, 4E and 68. RGB value is (21,78,104). Sum of RGB (Red+Green+Blue) = 21+78+104=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #154E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E68 is #EAB197. Grayscale: #3F3F3F. Windows color (decimal): -15380888 or 6835733. OLE color: 6835733.
HSL color Cylindrical-coordinate representation of color #154E68: hue angle of 198.8º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154E68 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 78 | 104 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.59 |
| HSL | 198.8º | 0.66% | 0.25% | - |
| HSV(B) | 198.8º | 0.8% | 0.41% | - |
| XYZ | 5.53 | 6.61 | 14.08 | - |
| YUV | 63.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 104 | 0.80 | 0.25 | 0 | 0.59 | 198.8 | 0.66 | 0.25 |
| Hex | 15 | 4E | 68 | 50 | 19 | 0 | 3B | C7 | 42 | 19 |
| Octal | 25 | 116 | 150 | 120 | 31 | 0 | 73 | 307 | 102 | 31 |
| Binary | 10101 | 1001110 | 1101000 | 1010000 | 11001 | 0 | 111011 | 11000111 | 1000010 | 11001 |
Color Harmonies of #154E68
Complementary color
Monochromatic Colors of #154E68
Black with #154E68
Text Example
Text Example
White with #154E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E68; }
p { color: rgb(21,78,104); }
H1.HeaderClassName
{
color: #154E68;
}
.AnyTagClassName
{
color: #154E68;
}
</style>
background-color css
<style>
a { background-color: #154E68; }
a { background-color: rgb(21,78,104); }
div.DivClassName
{
background-color: #154E68;
}
.BgClassName
{
background-color: #154E68;
}
</style>
border-color css
<style>
span { border-color: #154E68; }
span { border-color: rgb(21,78,104); }
td.TdClassName
{
border-color: #154E68;
}
.TagClassName
{
border-color: #154E68;
}
</style>