Shades of Astronaut Blue #154D65
Tints of Astronaut Blue #154D65
RGB
CMYK
RGB Variations
Color information
#154D65 (or 0x154D65) is known color: Astronaut Blue. HEX triplet: 15, 4D and 65. RGB value is (21,77,101). Sum of RGB (Red+Green+Blue) = 21+77+101=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #154D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D65 is #EAB29A. Grayscale: #3E3E3E. Windows color (decimal): -15381147 or 6638869. OLE color: 6638869.
HSL color Cylindrical-coordinate representation of color #154D65: hue angle of 198º 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 #154D65 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 77 | 101 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.60 |
| HSL | 198º | 0.66% | 0.24% | - |
| HSV(B) | 198º | 0.79% | 0.4% | - |
| XYZ | 5.31 | 6.41 | 13.27 | - |
| YUV | 62.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 101 | 0.79 | 0.24 | 0 | 0.60 | 198 | 0.66 | 0.24 |
| Hex | 15 | 4D | 65 | 4F | 18 | 0 | 3C | C6 | 42 | 18 |
| Octal | 25 | 115 | 145 | 117 | 30 | 0 | 74 | 306 | 102 | 30 |
| Binary | 10101 | 1001101 | 1100101 | 1001111 | 11000 | 0 | 111100 | 11000110 | 1000010 | 11000 |
Color Harmonies of #154D65
Complementary color
Monochromatic Colors of #154D65
Black with #154D65
Text Example
Text Example
White with #154D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D65; }
p { color: rgb(21,77,101); }
H1.HeaderClassName
{
color: #154D65;
}
.AnyTagClassName
{
color: #154D65;
}
</style>
background-color css
<style>
a { background-color: #154D65; }
a { background-color: rgb(21,77,101); }
div.DivClassName
{
background-color: #154D65;
}
.BgClassName
{
background-color: #154D65;
}
</style>
border-color css
<style>
span { border-color: #154D65; }
span { border-color: rgb(21,77,101); }
td.TdClassName
{
border-color: #154D65;
}
.TagClassName
{
border-color: #154D65;
}
</style>