Shades of Astronaut Blue #154254
Tints of Astronaut Blue #154254
RGB
CMYK
RGB Variations
Color information
#154254 (or 0x154254) is known color: Astronaut Blue. HEX triplet: 15, 42 and 54. RGB value is (21,66,84). Sum of RGB (Red+Green+Blue) = 21+66+84=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #154254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154254 is #EABDAB. Grayscale: #363636. Windows color (decimal): -15383980 or 5521941. OLE color: 5521941.
HSL color Cylindrical-coordinate representation of color #154254: hue angle of 197.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154254 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 66 | 84 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.67 |
| HSL | 197.14º | 0.6% | 0.21% | - |
| HSV(B) | 197.14º | 0.75% | 0.33% | - |
| XYZ | 3.86 | 4.7 | 9.09 | - |
| YUV | 54.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 84 | 0.75 | 0.21 | 0 | 0.67 | 197.14 | 0.6 | 0.21 |
| Hex | 15 | 42 | 54 | 4B | 15 | 0 | 43 | C5 | 3C | 15 |
| Octal | 25 | 102 | 124 | 113 | 25 | 0 | 103 | 305 | 74 | 25 |
| Binary | 10101 | 1000010 | 1010100 | 1001011 | 10101 | 0 | 1000011 | 11000101 | 111100 | 10101 |
Color Harmonies of #154254
Complementary color
Monochromatic Colors of #154254
Black with #154254
Text Example
Text Example
White with #154254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154254; }
p { color: rgb(21,66,84); }
H1.HeaderClassName
{
color: #154254;
}
.AnyTagClassName
{
color: #154254;
}
</style>
background-color css
<style>
a { background-color: #154254; }
a { background-color: rgb(21,66,84); }
div.DivClassName
{
background-color: #154254;
}
.BgClassName
{
background-color: #154254;
}
</style>
border-color css
<style>
span { border-color: #154254; }
span { border-color: rgb(21,66,84); }
td.TdClassName
{
border-color: #154254;
}
.TagClassName
{
border-color: #154254;
}
</style>