Shades of Astronaut Blue #154455
Tints of Astronaut Blue #154455
RGB
CMYK
RGB Variations
Color information
#154455 (or 0x154455) is known color: Astronaut Blue. HEX triplet: 15, 44 and 55. RGB value is (21,68,85). Sum of RGB (Red+Green+Blue) = 21+68+85=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #154455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154455 is #EABBAA. Grayscale: #373737. Windows color (decimal): -15383467 or 5587989. OLE color: 5587989.
HSL color Cylindrical-coordinate representation of color #154455: hue angle of 195.94º 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 #154455 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 68 | 85 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.67 |
| HSL | 195.94º | 0.6% | 0.21% | - |
| HSV(B) | 195.94º | 0.75% | 0.33% | - |
| XYZ | 4.02 | 4.95 | 9.34 | - |
| YUV | 55.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 85 | 0.75 | 0.20 | 0 | 0.67 | 195.94 | 0.6 | 0.21 |
| Hex | 15 | 44 | 55 | 4B | 14 | 0 | 43 | C4 | 3C | 15 |
| Octal | 25 | 104 | 125 | 113 | 24 | 0 | 103 | 304 | 74 | 25 |
| Binary | 10101 | 1000100 | 1010101 | 1001011 | 10100 | 0 | 1000011 | 11000100 | 111100 | 10101 |
Color Harmonies of #154455
Complementary color
Monochromatic Colors of #154455
Black with #154455
Text Example
Text Example
White with #154455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154455; }
p { color: rgb(21,68,85); }
H1.HeaderClassName
{
color: #154455;
}
.AnyTagClassName
{
color: #154455;
}
</style>
background-color css
<style>
a { background-color: #154455; }
a { background-color: rgb(21,68,85); }
div.DivClassName
{
background-color: #154455;
}
.BgClassName
{
background-color: #154455;
}
</style>
border-color css
<style>
span { border-color: #154455; }
span { border-color: rgb(21,68,85); }
td.TdClassName
{
border-color: #154455;
}
.TagClassName
{
border-color: #154455;
}
</style>