Shades of Astronaut Blue #184860
Tints of Astronaut Blue #184860
RGB
CMYK
RGB Variations
Color information
#184860 (or 0x184860) is known color: Astronaut Blue. HEX triplet: 18, 48 and 60. RGB value is (24,72,96). Sum of RGB (Red+Green+Blue) = 24+72+96=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #184860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184860 is #E7B79F. Grayscale: #3C3C3C. Windows color (decimal): -15185824 or 6309912. OLE color: 6309912.
HSL color Cylindrical-coordinate representation of color #184860: hue angle of 200º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184860 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 72 | 96 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.62 |
| HSL | 200º | 0.6% | 0.24% | - |
| HSV(B) | 200º | 0.75% | 0.38% | - |
| XYZ | 4.81 | 5.67 | 11.91 | - |
| YUV | 60.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 96 | 0.75 | 0.25 | 0 | 0.62 | 200 | 0.6 | 0.24 |
| Hex | 18 | 48 | 60 | 4B | 19 | 0 | 3E | C8 | 3C | 18 |
| Octal | 30 | 110 | 140 | 113 | 31 | 0 | 76 | 310 | 74 | 30 |
| Binary | 11000 | 1001000 | 1100000 | 1001011 | 11001 | 0 | 111110 | 11001000 | 111100 | 11000 |
Color Harmonies of #184860
Complementary color
Monochromatic Colors of #184860
Black with #184860
Text Example
Text Example
White with #184860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184860; }
p { color: rgb(24,72,96); }
H1.HeaderClassName
{
color: #184860;
}
.AnyTagClassName
{
color: #184860;
}
</style>
background-color css
<style>
a { background-color: #184860; }
a { background-color: rgb(24,72,96); }
div.DivClassName
{
background-color: #184860;
}
.BgClassName
{
background-color: #184860;
}
</style>
border-color css
<style>
span { border-color: #184860; }
span { border-color: rgb(24,72,96); }
td.TdClassName
{
border-color: #184860;
}
.TagClassName
{
border-color: #184860;
}
</style>