Shades of Astronaut Blue #154D64
Tints of Astronaut Blue #154D64
RGB
CMYK
RGB Variations
Color information
#154D64 (or 0x154D64) is known color: Astronaut Blue. HEX triplet: 15, 4D and 64. RGB value is (21,77,100). Sum of RGB (Red+Green+Blue) = 21+77+100=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #154D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D64 is #EAB29B. Grayscale: #3E3E3E. Windows color (decimal): -15381148 or 6573333. OLE color: 6573333.
HSL color Cylindrical-coordinate representation of color #154D64: hue angle of 197.47º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154D64 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 77 | 100 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.61 |
| HSL | 197.47º | 0.65% | 0.24% | - |
| HSV(B) | 197.47º | 0.79% | 0.39% | - |
| XYZ | 5.26 | 6.39 | 13.01 | - |
| YUV | 62.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 100 | 0.79 | 0.23 | 0 | 0.61 | 197.47 | 0.65 | 0.24 |
| Hex | 15 | 4D | 64 | 4F | 17 | 0 | 3D | C5 | 41 | 18 |
| Octal | 25 | 115 | 144 | 117 | 27 | 0 | 75 | 305 | 101 | 30 |
| Binary | 10101 | 1001101 | 1100100 | 1001111 | 10111 | 0 | 111101 | 11000101 | 1000001 | 11000 |
Color Harmonies of #154D64
Complementary color
Monochromatic Colors of #154D64
Black with #154D64
Text Example
Text Example
White with #154D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D64; }
p { color: rgb(21,77,100); }
H1.HeaderClassName
{
color: #154D64;
}
.AnyTagClassName
{
color: #154D64;
}
</style>
background-color css
<style>
a { background-color: #154D64; }
a { background-color: rgb(21,77,100); }
div.DivClassName
{
background-color: #154D64;
}
.BgClassName
{
background-color: #154D64;
}
</style>
border-color css
<style>
span { border-color: #154D64; }
span { border-color: rgb(21,77,100); }
td.TdClassName
{
border-color: #154D64;
}
.TagClassName
{
border-color: #154D64;
}
</style>