Shades of Astronaut Blue #154567
Tints of Astronaut Blue #154567
RGB
CMYK
RGB Variations
Color information
#154567 (or 0x154567) is known color: Astronaut Blue. HEX triplet: 15, 45 and 67. RGB value is (21,69,103). Sum of RGB (Red+Green+Blue) = 21+69+103=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #154567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154567 is #EABA98. Grayscale: #3A3A3A. Windows color (decimal): -15383193 or 6767893. OLE color: 6767893.
HSL color Cylindrical-coordinate representation of color #154567: hue angle of 204.88º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154567 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 69 | 103 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.60 |
| HSL | 204.88º | 0.66% | 0.24% | - |
| HSV(B) | 204.88º | 0.8% | 0.4% | - |
| XYZ | 4.89 | 5.39 | 13.62 | - |
| YUV | 58.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 103 | 0.80 | 0.33 | 0 | 0.60 | 204.88 | 0.66 | 0.24 |
| Hex | 15 | 45 | 67 | 50 | 21 | 0 | 3C | CD | 42 | 18 |
| Octal | 25 | 105 | 147 | 120 | 41 | 0 | 74 | 315 | 102 | 30 |
| Binary | 10101 | 1000101 | 1100111 | 1010000 | 100001 | 0 | 111100 | 11001101 | 1000010 | 11000 |
Color Harmonies of #154567
Complementary color
Monochromatic Colors of #154567
Black with #154567
Text Example
Text Example
White with #154567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154567; }
p { color: rgb(21,69,103); }
H1.HeaderClassName
{
color: #154567;
}
.AnyTagClassName
{
color: #154567;
}
</style>
background-color css
<style>
a { background-color: #154567; }
a { background-color: rgb(21,69,103); }
div.DivClassName
{
background-color: #154567;
}
.BgClassName
{
background-color: #154567;
}
</style>
border-color css
<style>
span { border-color: #154567; }
span { border-color: rgb(21,69,103); }
td.TdClassName
{
border-color: #154567;
}
.TagClassName
{
border-color: #154567;
}
</style>