Shades of Astronaut Blue #154358
Tints of Astronaut Blue #154358
RGB
CMYK
RGB Variations
Color information
#154358 (or 0x154358) is known color: Astronaut Blue. HEX triplet: 15, 43 and 58. RGB value is (21,67,88). Sum of RGB (Red+Green+Blue) = 21+67+88=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #154358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154358 is #EABCA7. Grayscale: #373737. Windows color (decimal): -15383720 or 5784341. OLE color: 5784341.
HSL color Cylindrical-coordinate representation of color #154358: hue angle of 198.81º 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 #154358 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 67 | 88 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.65 |
| HSL | 198.81º | 0.61% | 0.21% | - |
| HSV(B) | 198.81º | 0.76% | 0.35% | - |
| XYZ | 4.08 | 4.88 | 9.96 | - |
| YUV | 55.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 88 | 0.76 | 0.24 | 0 | 0.65 | 198.81 | 0.61 | 0.21 |
| Hex | 15 | 43 | 58 | 4C | 18 | 0 | 41 | C7 | 3D | 15 |
| Octal | 25 | 103 | 130 | 114 | 30 | 0 | 101 | 307 | 75 | 25 |
| Binary | 10101 | 1000011 | 1011000 | 1001100 | 11000 | 0 | 1000001 | 11000111 | 111101 | 10101 |
Color Harmonies of #154358
Complementary color
Monochromatic Colors of #154358
Black with #154358
Text Example
Text Example
White with #154358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154358; }
p { color: rgb(21,67,88); }
H1.HeaderClassName
{
color: #154358;
}
.AnyTagClassName
{
color: #154358;
}
</style>
background-color css
<style>
a { background-color: #154358; }
a { background-color: rgb(21,67,88); }
div.DivClassName
{
background-color: #154358;
}
.BgClassName
{
background-color: #154358;
}
</style>
border-color css
<style>
span { border-color: #154358; }
span { border-color: rgb(21,67,88); }
td.TdClassName
{
border-color: #154358;
}
.TagClassName
{
border-color: #154358;
}
</style>