Shades of Astronaut Blue #154D5D
Tints of Astronaut Blue #154D5D
RGB
CMYK
RGB Variations
Color information
#154D5D (or 0x154D5D) is known color: Astronaut Blue. HEX triplet: 15, 4D and 5D. RGB value is (21,77,93). Sum of RGB (Red+Green+Blue) = 21+77+93=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #154D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D5D is #EAB2A2. Grayscale: #3D3D3D. Windows color (decimal): -15381155 or 6114581. OLE color: 6114581.
HSL color Cylindrical-coordinate representation of color #154D5D: hue angle of 193.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154D5D is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 77 | 93 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.64 |
| HSL | 193.33º | 0.63% | 0.22% | - |
| HSV(B) | 193.33º | 0.77% | 0.36% | - |
| XYZ | 4.94 | 6.26 | 11.3 | - |
| YUV | 62.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 93 | 0.77 | 0.17 | 0 | 0.64 | 193.33 | 0.63 | 0.22 |
| Hex | 15 | 4D | 5D | 4D | 11 | 0 | 40 | C1 | 3F | 16 |
| Octal | 25 | 115 | 135 | 115 | 21 | 0 | 100 | 301 | 77 | 26 |
| Binary | 10101 | 1001101 | 1011101 | 1001101 | 10001 | 0 | 1000000 | 11000001 | 111111 | 10110 |
Color Harmonies of #154D5D
Complementary color
Monochromatic Colors of #154D5D
Black with #154D5D
Text Example
Text Example
White with #154D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D5D; }
p { color: rgb(21,77,93); }
H1.HeaderClassName
{
color: #154D5D;
}
.AnyTagClassName
{
color: #154D5D;
}
</style>
background-color css
<style>
a { background-color: #154D5D; }
a { background-color: rgb(21,77,93); }
div.DivClassName
{
background-color: #154D5D;
}
.BgClassName
{
background-color: #154D5D;
}
</style>
border-color css
<style>
span { border-color: #154D5D; }
span { border-color: rgb(21,77,93); }
td.TdClassName
{
border-color: #154D5D;
}
.TagClassName
{
border-color: #154D5D;
}
</style>