Shades of Astronaut Blue #154658
Tints of Astronaut Blue #154658
RGB
CMYK
RGB Variations
Color information
#154658 (or 0x154658) is known color: Astronaut Blue. HEX triplet: 15, 46 and 58. RGB value is (21,70,88). Sum of RGB (Red+Green+Blue) = 21+70+88=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #154658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154658 is #EAB9A7. Grayscale: #393939. Windows color (decimal): -15382952 or 5785109. OLE color: 5785109.
HSL color Cylindrical-coordinate representation of color #154658: hue angle of 196.12º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154658 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 70 | 88 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.65 |
| HSL | 196.12º | 0.61% | 0.21% | - |
| HSV(B) | 196.12º | 0.76% | 0.35% | - |
| XYZ | 4.26 | 5.24 | 10.02 | - |
| YUV | 57.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 88 | 0.76 | 0.20 | 0 | 0.65 | 196.12 | 0.61 | 0.21 |
| Hex | 15 | 46 | 58 | 4C | 14 | 0 | 41 | C4 | 3D | 15 |
| Octal | 25 | 106 | 130 | 114 | 24 | 0 | 101 | 304 | 75 | 25 |
| Binary | 10101 | 1000110 | 1011000 | 1001100 | 10100 | 0 | 1000001 | 11000100 | 111101 | 10101 |
Color Harmonies of #154658
Complementary color
Monochromatic Colors of #154658
Black with #154658
Text Example
Text Example
White with #154658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154658; }
p { color: rgb(21,70,88); }
H1.HeaderClassName
{
color: #154658;
}
.AnyTagClassName
{
color: #154658;
}
</style>
background-color css
<style>
a { background-color: #154658; }
a { background-color: rgb(21,70,88); }
div.DivClassName
{
background-color: #154658;
}
.BgClassName
{
background-color: #154658;
}
</style>
border-color css
<style>
span { border-color: #154658; }
span { border-color: rgb(21,70,88); }
td.TdClassName
{
border-color: #154658;
}
.TagClassName
{
border-color: #154658;
}
</style>