Shades of Astronaut Blue #184A5E
Tints of Astronaut Blue #184A5E
RGB
CMYK
RGB Variations
Color information
#184A5E (or 0x184A5E) is known color: Astronaut Blue. HEX triplet: 18, 4A and 5E. RGB value is (24,74,94). Sum of RGB (Red+Green+Blue) = 24+74+94=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #184A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A5E is #E7B5A1. Grayscale: #3D3D3D. Windows color (decimal): -15185314 or 6179352. OLE color: 6179352.
HSL color Cylindrical-coordinate representation of color #184A5E: hue angle of 197.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184A5E is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 74 | 94 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.63 |
| HSL | 197.14º | 0.59% | 0.23% | - |
| HSV(B) | 197.14º | 0.74% | 0.37% | - |
| XYZ | 4.85 | 5.9 | 11.47 | - |
| YUV | 61.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 94 | 0.74 | 0.21 | 0 | 0.63 | 197.14 | 0.59 | 0.23 |
| Hex | 18 | 4A | 5E | 4A | 15 | 0 | 3F | C5 | 3B | 17 |
| Octal | 30 | 112 | 136 | 112 | 25 | 0 | 77 | 305 | 73 | 27 |
| Binary | 11000 | 1001010 | 1011110 | 1001010 | 10101 | 0 | 111111 | 11000101 | 111011 | 10111 |
Color Harmonies of #184A5E
Complementary color
Monochromatic Colors of #184A5E
Black with #184A5E
Text Example
Text Example
White with #184A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A5E; }
p { color: rgb(24,74,94); }
H1.HeaderClassName
{
color: #184A5E;
}
.AnyTagClassName
{
color: #184A5E;
}
</style>
background-color css
<style>
a { background-color: #184A5E; }
a { background-color: rgb(24,74,94); }
div.DivClassName
{
background-color: #184A5E;
}
.BgClassName
{
background-color: #184A5E;
}
</style>
border-color css
<style>
span { border-color: #184A5E; }
span { border-color: rgb(24,74,94); }
td.TdClassName
{
border-color: #184A5E;
}
.TagClassName
{
border-color: #184A5E;
}
</style>