Shades of Astronaut Blue #184055
Tints of Astronaut Blue #184055
RGB
CMYK
RGB Variations
Color information
#184055 (or 0x184055) is known color: Astronaut Blue. HEX triplet: 18, 40 and 55. RGB value is (24,64,85). Sum of RGB (Red+Green+Blue) = 24+64+85=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #184055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184055 is #E7BFAA. Grayscale: #363636. Windows color (decimal): -15187883 or 5586968. OLE color: 5586968.
HSL color Cylindrical-coordinate representation of color #184055: hue angle of 200.66º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184055 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 64 | 85 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.67 |
| HSL | 200.66º | 0.56% | 0.21% | - |
| HSV(B) | 200.66º | 0.72% | 0.33% | - |
| XYZ | 3.85 | 4.52 | 9.26 | - |
| YUV | 54.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 85 | 0.72 | 0.25 | 0 | 0.67 | 200.66 | 0.56 | 0.21 |
| Hex | 18 | 40 | 55 | 48 | 19 | 0 | 43 | C9 | 38 | 15 |
| Octal | 30 | 100 | 125 | 110 | 31 | 0 | 103 | 311 | 70 | 25 |
| Binary | 11000 | 1000000 | 1010101 | 1001000 | 11001 | 0 | 1000011 | 11001001 | 111000 | 10101 |
Color Harmonies of #184055
Complementary color
Monochromatic Colors of #184055
Black with #184055
Text Example
Text Example
White with #184055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184055; }
p { color: rgb(24,64,85); }
H1.HeaderClassName
{
color: #184055;
}
.AnyTagClassName
{
color: #184055;
}
</style>
background-color css
<style>
a { background-color: #184055; }
a { background-color: rgb(24,64,85); }
div.DivClassName
{
background-color: #184055;
}
.BgClassName
{
background-color: #184055;
}
</style>
border-color css
<style>
span { border-color: #184055; }
span { border-color: rgb(24,64,85); }
td.TdClassName
{
border-color: #184055;
}
.TagClassName
{
border-color: #184055;
}
</style>