Shades of Astronaut Blue #154665
Tints of Astronaut Blue #154665
RGB
CMYK
RGB Variations
Color information
#154665 (or 0x154665) is known color: Astronaut Blue. HEX triplet: 15, 46 and 65. RGB value is (21,70,101). Sum of RGB (Red+Green+Blue) = 21+70+101=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #154665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154665 is #EAB99A. Grayscale: #3A3A3A. Windows color (decimal): -15382939 or 6637077. OLE color: 6637077.
HSL color Cylindrical-coordinate representation of color #154665: hue angle of 203.25º 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 #154665 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 70 | 101 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.60 |
| HSL | 203.25º | 0.66% | 0.24% | - |
| HSV(B) | 203.25º | 0.79% | 0.4% | - |
| XYZ | 4.85 | 5.48 | 13.11 | - |
| YUV | 58.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 101 | 0.79 | 0.31 | 0 | 0.60 | 203.25 | 0.66 | 0.24 |
| Hex | 15 | 46 | 65 | 4F | 1F | 0 | 3C | CB | 42 | 18 |
| Octal | 25 | 106 | 145 | 117 | 37 | 0 | 74 | 313 | 102 | 30 |
| Binary | 10101 | 1000110 | 1100101 | 1001111 | 11111 | 0 | 111100 | 11001011 | 1000010 | 11000 |
Color Harmonies of #154665
Complementary color
Monochromatic Colors of #154665
Black with #154665
Text Example
Text Example
White with #154665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154665; }
p { color: rgb(21,70,101); }
H1.HeaderClassName
{
color: #154665;
}
.AnyTagClassName
{
color: #154665;
}
</style>
background-color css
<style>
a { background-color: #154665; }
a { background-color: rgb(21,70,101); }
div.DivClassName
{
background-color: #154665;
}
.BgClassName
{
background-color: #154665;
}
</style>
border-color css
<style>
span { border-color: #154665; }
span { border-color: rgb(21,70,101); }
td.TdClassName
{
border-color: #154665;
}
.TagClassName
{
border-color: #154665;
}
</style>