Shades of Astronaut Blue #184054
Tints of Astronaut Blue #184054
RGB
CMYK
RGB Variations
Color information
#184054 (or 0x184054) is known color: Astronaut Blue. HEX triplet: 18, 40 and 54. RGB value is (24,64,84). Sum of RGB (Red+Green+Blue) = 24+64+84=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #184054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184054 is #E7BFAB. Grayscale: #363636. Windows color (decimal): -15187884 or 5521432. OLE color: 5521432.
HSL color Cylindrical-coordinate representation of color #184054: hue angle of 200º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184054 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 64 | 84 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.67 |
| HSL | 200º | 0.56% | 0.21% | - |
| HSV(B) | 200º | 0.71% | 0.33% | - |
| XYZ | 3.81 | 4.5 | 9.06 | - |
| YUV | 54.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 84 | 0.71 | 0.24 | 0 | 0.67 | 200 | 0.56 | 0.21 |
| Hex | 18 | 40 | 54 | 47 | 18 | 0 | 43 | C8 | 38 | 15 |
| Octal | 30 | 100 | 124 | 107 | 30 | 0 | 103 | 310 | 70 | 25 |
| Binary | 11000 | 1000000 | 1010100 | 1000111 | 11000 | 0 | 1000011 | 11001000 | 111000 | 10101 |
Color Harmonies of #184054
Complementary color
Monochromatic Colors of #184054
Black with #184054
Text Example
Text Example
White with #184054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184054; }
p { color: rgb(24,64,84); }
H1.HeaderClassName
{
color: #184054;
}
.AnyTagClassName
{
color: #184054;
}
</style>
background-color css
<style>
a { background-color: #184054; }
a { background-color: rgb(24,64,84); }
div.DivClassName
{
background-color: #184054;
}
.BgClassName
{
background-color: #184054;
}
</style>
border-color css
<style>
span { border-color: #184054; }
span { border-color: rgb(24,64,84); }
td.TdClassName
{
border-color: #184054;
}
.TagClassName
{
border-color: #184054;
}
</style>