Shades of Astronaut Blue #154357
Tints of Astronaut Blue #154357
RGB
CMYK
RGB Variations
Color information
#154357 (or 0x154357) is known color: Astronaut Blue. HEX triplet: 15, 43 and 57. RGB value is (21,67,87). Sum of RGB (Red+Green+Blue) = 21+67+87=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #154357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154357 is #EABCA8. Grayscale: #373737. Windows color (decimal): -15383721 or 5718805. OLE color: 5718805.
HSL color Cylindrical-coordinate representation of color #154357: hue angle of 198.18º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154357 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 67 | 87 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.66 |
| HSL | 198.18º | 0.61% | 0.21% | - |
| HSV(B) | 198.18º | 0.76% | 0.34% | - |
| XYZ | 4.04 | 4.86 | 9.74 | - |
| YUV | 55.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 87 | 0.76 | 0.23 | 0 | 0.66 | 198.18 | 0.61 | 0.21 |
| Hex | 15 | 43 | 57 | 4C | 17 | 0 | 42 | C6 | 3D | 15 |
| Octal | 25 | 103 | 127 | 114 | 27 | 0 | 102 | 306 | 75 | 25 |
| Binary | 10101 | 1000011 | 1010111 | 1001100 | 10111 | 0 | 1000010 | 11000110 | 111101 | 10101 |
Color Harmonies of #154357
Complementary color
Monochromatic Colors of #154357
Black with #154357
Text Example
Text Example
White with #154357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154357; }
p { color: rgb(21,67,87); }
H1.HeaderClassName
{
color: #154357;
}
.AnyTagClassName
{
color: #154357;
}
</style>
background-color css
<style>
a { background-color: #154357; }
a { background-color: rgb(21,67,87); }
div.DivClassName
{
background-color: #154357;
}
.BgClassName
{
background-color: #154357;
}
</style>
border-color css
<style>
span { border-color: #154357; }
span { border-color: rgb(21,67,87); }
td.TdClassName
{
border-color: #154357;
}
.TagClassName
{
border-color: #154357;
}
</style>