Shades of Astronaut Blue #154569
Tints of Astronaut Blue #154569
RGB
CMYK
RGB Variations
Color information
#154569 (or 0x154569) is known color: Astronaut Blue. HEX triplet: 15, 45 and 69. RGB value is (21,69,105). Sum of RGB (Red+Green+Blue) = 21+69+105=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #154569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154569 is #EABA96. Grayscale: #3A3A3A. Windows color (decimal): -15383191 or 6898965. OLE color: 6898965.
HSL color Cylindrical-coordinate representation of color #154569: hue angle of 205.71º degrees, saturation: 0.67, 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 #154569 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 69 | 105 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.59 |
| HSL | 205.71º | 0.67% | 0.25% | - |
| HSV(B) | 205.71º | 0.8% | 0.41% | - |
| XYZ | 4.99 | 5.44 | 14.15 | - |
| YUV | 58.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 105 | 0.80 | 0.34 | 0 | 0.59 | 205.71 | 0.67 | 0.25 |
| Hex | 15 | 45 | 69 | 50 | 22 | 0 | 3B | CE | 43 | 19 |
| Octal | 25 | 105 | 151 | 120 | 42 | 0 | 73 | 316 | 103 | 31 |
| Binary | 10101 | 1000101 | 1101001 | 1010000 | 100010 | 0 | 111011 | 11001110 | 1000011 | 11001 |
Color Harmonies of #154569
Complementary color
Monochromatic Colors of #154569
Black with #154569
Text Example
Text Example
White with #154569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154569; }
p { color: rgb(21,69,105); }
H1.HeaderClassName
{
color: #154569;
}
.AnyTagClassName
{
color: #154569;
}
</style>
background-color css
<style>
a { background-color: #154569; }
a { background-color: rgb(21,69,105); }
div.DivClassName
{
background-color: #154569;
}
.BgClassName
{
background-color: #154569;
}
</style>
border-color css
<style>
span { border-color: #154569; }
span { border-color: rgb(21,69,105); }
td.TdClassName
{
border-color: #154569;
}
.TagClassName
{
border-color: #154569;
}
</style>