Shades of Astronaut Blue #154562
Tints of Astronaut Blue #154562
RGB
CMYK
RGB Variations
Color information
#154562 (or 0x154562) is known color: Astronaut Blue. HEX triplet: 15, 45 and 62. RGB value is (21,69,98). Sum of RGB (Red+Green+Blue) = 21+69+98=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #154562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154562 is #EABA9D. Grayscale: #393939. Windows color (decimal): -15383198 or 6440213. OLE color: 6440213.
HSL color Cylindrical-coordinate representation of color #154562: hue angle of 202.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154562 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 69 | 98 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.62 |
| HSL | 202.6º | 0.65% | 0.23% | - |
| HSV(B) | 202.6º | 0.79% | 0.38% | - |
| XYZ | 4.64 | 5.3 | 12.33 | - |
| YUV | 57.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 98 | 0.79 | 0.30 | 0 | 0.62 | 202.6 | 0.65 | 0.23 |
| Hex | 15 | 45 | 62 | 4F | 1E | 0 | 3E | CB | 41 | 17 |
| Octal | 25 | 105 | 142 | 117 | 36 | 0 | 76 | 313 | 101 | 27 |
| Binary | 10101 | 1000101 | 1100010 | 1001111 | 11110 | 0 | 111110 | 11001011 | 1000001 | 10111 |
Color Harmonies of #154562
Complementary color
Monochromatic Colors of #154562
Black with #154562
Text Example
Text Example
White with #154562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154562; }
p { color: rgb(21,69,98); }
H1.HeaderClassName
{
color: #154562;
}
.AnyTagClassName
{
color: #154562;
}
</style>
background-color css
<style>
a { background-color: #154562; }
a { background-color: rgb(21,69,98); }
div.DivClassName
{
background-color: #154562;
}
.BgClassName
{
background-color: #154562;
}
</style>
border-color css
<style>
span { border-color: #154562; }
span { border-color: rgb(21,69,98); }
td.TdClassName
{
border-color: #154562;
}
.TagClassName
{
border-color: #154562;
}
</style>