Shades of Astronaut Blue #154466
Tints of Astronaut Blue #154466
RGB
CMYK
RGB Variations
Color information
#154466 (or 0x154466) is known color: Astronaut Blue. HEX triplet: 15, 44 and 66. RGB value is (21,68,102). Sum of RGB (Red+Green+Blue) = 21+68+102=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #154466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154466 is #EABB99. Grayscale: #393939. Windows color (decimal): -15383450 or 6702101. OLE color: 6702101.
HSL color Cylindrical-coordinate representation of color #154466: hue angle of 205.19º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154466 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 68 | 102 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.6 |
| HSL | 205.19º | 0.66% | 0.24% | - |
| HSV(B) | 205.19º | 0.79% | 0.4% | - |
| XYZ | 4.77 | 5.25 | 13.33 | - |
| YUV | 57.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 102 | 0.79 | 0.33 | 0 | 0.6 | 205.19 | 0.66 | 0.24 |
| Hex | 15 | 44 | 66 | 4F | 21 | 0 | 3C | CD | 42 | 18 |
| Octal | 25 | 104 | 146 | 117 | 41 | 0 | 74 | 315 | 102 | 30 |
| Binary | 10101 | 1000100 | 1100110 | 1001111 | 100001 | 0 | 111100 | 11001101 | 1000010 | 11000 |
Color Harmonies of #154466
Complementary color
Monochromatic Colors of #154466
Black with #154466
Text Example
Text Example
White with #154466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154466; }
p { color: rgb(21,68,102); }
H1.HeaderClassName
{
color: #154466;
}
.AnyTagClassName
{
color: #154466;
}
</style>
background-color css
<style>
a { background-color: #154466; }
a { background-color: rgb(21,68,102); }
div.DivClassName
{
background-color: #154466;
}
.BgClassName
{
background-color: #154466;
}
</style>
border-color css
<style>
span { border-color: #154466; }
span { border-color: rgb(21,68,102); }
td.TdClassName
{
border-color: #154466;
}
.TagClassName
{
border-color: #154466;
}
</style>