Shades of Astronaut Blue #154F65
Tints of Astronaut Blue #154F65
RGB
CMYK
RGB Variations
Color information
#154F65 (or 0x154F65) is known color: Astronaut Blue. HEX triplet: 15, 4F and 65. RGB value is (21,79,101). Sum of RGB (Red+Green+Blue) = 21+79+101=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #154F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F65 is #EAB09A. Grayscale: #404040. Windows color (decimal): -15380635 or 6639381. OLE color: 6639381.
HSL color Cylindrical-coordinate representation of color #154F65: hue angle of 196.5º 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 #154F65 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 79 | 101 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.60 |
| HSL | 196.5º | 0.66% | 0.24% | - |
| HSV(B) | 196.5º | 0.79% | 0.4% | - |
| XYZ | 5.45 | 6.69 | 13.32 | - |
| YUV | 64.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 101 | 0.79 | 0.22 | 0 | 0.60 | 196.5 | 0.66 | 0.24 |
| Hex | 15 | 4F | 65 | 4F | 16 | 0 | 3C | C4 | 42 | 18 |
| Octal | 25 | 117 | 145 | 117 | 26 | 0 | 74 | 304 | 102 | 30 |
| Binary | 10101 | 1001111 | 1100101 | 1001111 | 10110 | 0 | 111100 | 11000100 | 1000010 | 11000 |
Color Harmonies of #154F65
Complementary color
Monochromatic Colors of #154F65
Black with #154F65
Text Example
Text Example
White with #154F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F65; }
p { color: rgb(21,79,101); }
H1.HeaderClassName
{
color: #154F65;
}
.AnyTagClassName
{
color: #154F65;
}
</style>
background-color css
<style>
a { background-color: #154F65; }
a { background-color: rgb(21,79,101); }
div.DivClassName
{
background-color: #154F65;
}
.BgClassName
{
background-color: #154F65;
}
</style>
border-color css
<style>
span { border-color: #154F65; }
span { border-color: rgb(21,79,101); }
td.TdClassName
{
border-color: #154F65;
}
.TagClassName
{
border-color: #154F65;
}
</style>