Shades of Astronaut Blue #154359
Tints of Astronaut Blue #154359
RGB
CMYK
RGB Variations
Color information
#154359 (or 0x154359) is known color: Astronaut Blue. HEX triplet: 15, 43 and 59. RGB value is (21,67,89). Sum of RGB (Red+Green+Blue) = 21+67+89=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #154359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154359 is #EABCA6. Grayscale: #373737. Windows color (decimal): -15383719 or 5849877. OLE color: 5849877.
HSL color Cylindrical-coordinate representation of color #154359: hue angle of 199.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154359 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 67 | 89 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.65 |
| HSL | 199.41º | 0.62% | 0.22% | - |
| HSV(B) | 199.41º | 0.76% | 0.35% | - |
| XYZ | 4.12 | 4.9 | 10.18 | - |
| YUV | 55.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 89 | 0.76 | 0.25 | 0 | 0.65 | 199.41 | 0.62 | 0.22 |
| Hex | 15 | 43 | 59 | 4C | 19 | 0 | 41 | C7 | 3E | 16 |
| Octal | 25 | 103 | 131 | 114 | 31 | 0 | 101 | 307 | 76 | 26 |
| Binary | 10101 | 1000011 | 1011001 | 1001100 | 11001 | 0 | 1000001 | 11000111 | 111110 | 10110 |
Color Harmonies of #154359
Complementary color
Monochromatic Colors of #154359
Black with #154359
Text Example
Text Example
White with #154359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154359; }
p { color: rgb(21,67,89); }
H1.HeaderClassName
{
color: #154359;
}
.AnyTagClassName
{
color: #154359;
}
</style>
background-color css
<style>
a { background-color: #154359; }
a { background-color: rgb(21,67,89); }
div.DivClassName
{
background-color: #154359;
}
.BgClassName
{
background-color: #154359;
}
</style>
border-color css
<style>
span { border-color: #154359; }
span { border-color: rgb(21,67,89); }
td.TdClassName
{
border-color: #154359;
}
.TagClassName
{
border-color: #154359;
}
</style>