Shades of Astronaut Blue #154156
Tints of Astronaut Blue #154156
RGB
CMYK
RGB Variations
Color information
#154156 (or 0x154156) is known color: Astronaut Blue. HEX triplet: 15, 41 and 56. RGB value is (21,65,86). Sum of RGB (Red+Green+Blue) = 21+65+86=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #154156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154156 is #EABEA9. Grayscale: #363636. Windows color (decimal): -15384234 or 5652757. OLE color: 5652757.
HSL color Cylindrical-coordinate representation of color #154156: hue angle of 199.38º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154156 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 65 | 86 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.66 |
| HSL | 199.38º | 0.61% | 0.21% | - |
| HSV(B) | 199.38º | 0.76% | 0.34% | - |
| XYZ | 3.88 | 4.61 | 9.49 | - |
| YUV | 54.24 | 145.92 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 86 | 0.76 | 0.24 | 0 | 0.66 | 199.38 | 0.61 | 0.21 |
| Hex | 15 | 41 | 56 | 4C | 18 | 0 | 42 | C7 | 3D | 15 |
| Octal | 25 | 101 | 126 | 114 | 30 | 0 | 102 | 307 | 75 | 25 |
| Binary | 10101 | 1000001 | 1010110 | 1001100 | 11000 | 0 | 1000010 | 11000111 | 111101 | 10101 |
Color Harmonies of #154156
Complementary color
Monochromatic Colors of #154156
Black with #154156
Text Example
Text Example
White with #154156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154156; }
p { color: rgb(21,65,86); }
H1.HeaderClassName
{
color: #154156;
}
.AnyTagClassName
{
color: #154156;
}
</style>
background-color css
<style>
a { background-color: #154156; }
a { background-color: rgb(21,65,86); }
div.DivClassName
{
background-color: #154156;
}
.BgClassName
{
background-color: #154156;
}
</style>
border-color css
<style>
span { border-color: #154156; }
span { border-color: rgb(21,65,86); }
td.TdClassName
{
border-color: #154156;
}
.TagClassName
{
border-color: #154156;
}
</style>