Shades of Astronaut Blue #184557
Tints of Astronaut Blue #184557
RGB
CMYK
RGB Variations
Color information
#184557 (or 0x184557) is known color: Astronaut Blue. HEX triplet: 18, 45 and 57. RGB value is (24,69,87). Sum of RGB (Red+Green+Blue) = 24+69+87=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #184557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184557 is #E7BAA8. Grayscale: #393939. Windows color (decimal): -15186601 or 5719320. OLE color: 5719320.
HSL color Cylindrical-coordinate representation of color #184557: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184557 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 69 | 87 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.66 |
| HSL | 197.14º | 0.57% | 0.22% | - |
| HSV(B) | 197.14º | 0.72% | 0.34% | - |
| XYZ | 4.23 | 5.14 | 9.79 | - |
| YUV | 57.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 87 | 0.72 | 0.21 | 0 | 0.66 | 197.14 | 0.57 | 0.22 |
| Hex | 18 | 45 | 57 | 48 | 15 | 0 | 42 | C5 | 39 | 16 |
| Octal | 30 | 105 | 127 | 110 | 25 | 0 | 102 | 305 | 71 | 26 |
| Binary | 11000 | 1000101 | 1010111 | 1001000 | 10101 | 0 | 1000010 | 11000101 | 111001 | 10110 |
Color Harmonies of #184557
Complementary color
Monochromatic Colors of #184557
Black with #184557
Text Example
Text Example
White with #184557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184557; }
p { color: rgb(24,69,87); }
H1.HeaderClassName
{
color: #184557;
}
.AnyTagClassName
{
color: #184557;
}
</style>
background-color css
<style>
a { background-color: #184557; }
a { background-color: rgb(24,69,87); }
div.DivClassName
{
background-color: #184557;
}
.BgClassName
{
background-color: #184557;
}
</style>
border-color css
<style>
span { border-color: #184557; }
span { border-color: rgb(24,69,87); }
td.TdClassName
{
border-color: #184557;
}
.TagClassName
{
border-color: #184557;
}
</style>