Shades of Astronaut Blue #154255
Tints of Astronaut Blue #154255
RGB
CMYK
RGB Variations
Color information
#154255 (or 0x154255) is known color: Astronaut Blue. HEX triplet: 15, 42 and 55. RGB value is (21,66,85). Sum of RGB (Red+Green+Blue) = 21+66+85=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #154255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154255 is #EABDAA. Grayscale: #363636. Windows color (decimal): -15383979 or 5587477. OLE color: 5587477.
HSL color Cylindrical-coordinate representation of color #154255: hue angle of 197.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154255 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 66 | 85 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.67 |
| HSL | 197.81º | 0.6% | 0.21% | - |
| HSV(B) | 197.81º | 0.75% | 0.33% | - |
| XYZ | 3.9 | 4.71 | 9.3 | - |
| YUV | 54.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 85 | 0.75 | 0.22 | 0 | 0.67 | 197.81 | 0.6 | 0.21 |
| Hex | 15 | 42 | 55 | 4B | 16 | 0 | 43 | C6 | 3C | 15 |
| Octal | 25 | 102 | 125 | 113 | 26 | 0 | 103 | 306 | 74 | 25 |
| Binary | 10101 | 1000010 | 1010101 | 1001011 | 10110 | 0 | 1000011 | 11000110 | 111100 | 10101 |
Color Harmonies of #154255
Complementary color
Monochromatic Colors of #154255
Black with #154255
Text Example
Text Example
White with #154255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154255; }
p { color: rgb(21,66,85); }
H1.HeaderClassName
{
color: #154255;
}
.AnyTagClassName
{
color: #154255;
}
</style>
background-color css
<style>
a { background-color: #154255; }
a { background-color: rgb(21,66,85); }
div.DivClassName
{
background-color: #154255;
}
.BgClassName
{
background-color: #154255;
}
</style>
border-color css
<style>
span { border-color: #154255; }
span { border-color: rgb(21,66,85); }
td.TdClassName
{
border-color: #154255;
}
.TagClassName
{
border-color: #154255;
}
</style>