Shades of Astronaut Blue #154E63
Tints of Astronaut Blue #154E63
RGB
CMYK
RGB Variations
Color information
#154E63 (or 0x154E63) is known color: Astronaut Blue. HEX triplet: 15, 4E and 63. RGB value is (21,78,99). Sum of RGB (Red+Green+Blue) = 21+78+99=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #154E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E63 is #EAB19C. Grayscale: #3F3F3F. Windows color (decimal): -15380893 or 6508053. OLE color: 6508053.
HSL color Cylindrical-coordinate representation of color #154E63: hue angle of 196.15º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154E63 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 78 | 99 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.61 |
| HSL | 196.15º | 0.65% | 0.24% | - |
| HSV(B) | 196.15º | 0.79% | 0.39% | - |
| XYZ | 5.29 | 6.51 | 12.78 | - |
| YUV | 63.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 99 | 0.79 | 0.21 | 0 | 0.61 | 196.15 | 0.65 | 0.24 |
| Hex | 15 | 4E | 63 | 4F | 15 | 0 | 3D | C4 | 41 | 18 |
| Octal | 25 | 116 | 143 | 117 | 25 | 0 | 75 | 304 | 101 | 30 |
| Binary | 10101 | 1001110 | 1100011 | 1001111 | 10101 | 0 | 111101 | 11000100 | 1000001 | 11000 |
Color Harmonies of #154E63
Complementary color
Monochromatic Colors of #154E63
Black with #154E63
Text Example
Text Example
White with #154E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E63; }
p { color: rgb(21,78,99); }
H1.HeaderClassName
{
color: #154E63;
}
.AnyTagClassName
{
color: #154E63;
}
</style>
background-color css
<style>
a { background-color: #154E63; }
a { background-color: rgb(21,78,99); }
div.DivClassName
{
background-color: #154E63;
}
.BgClassName
{
background-color: #154E63;
}
</style>
border-color css
<style>
span { border-color: #154E63; }
span { border-color: rgb(21,78,99); }
td.TdClassName
{
border-color: #154E63;
}
.TagClassName
{
border-color: #154E63;
}
</style>