Shades of Astronaut Blue #184A5F
Tints of Astronaut Blue #184A5F
RGB
CMYK
RGB Variations
Color information
#184A5F (or 0x184A5F) is known color: Astronaut Blue. HEX triplet: 18, 4A and 5F. RGB value is (24,74,95). Sum of RGB (Red+Green+Blue) = 24+74+95=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #184A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A5F is #E7B5A0. Grayscale: #3D3D3D. Windows color (decimal): -15185313 or 6244888. OLE color: 6244888.
HSL color Cylindrical-coordinate representation of color #184A5F: hue angle of 197.75º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184A5F is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 74 | 95 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.63 |
| HSL | 197.75º | 0.6% | 0.23% | - |
| HSV(B) | 197.75º | 0.75% | 0.37% | - |
| XYZ | 4.89 | 5.92 | 11.71 | - |
| YUV | 61.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 95 | 0.75 | 0.22 | 0 | 0.63 | 197.75 | 0.6 | 0.23 |
| Hex | 18 | 4A | 5F | 4B | 16 | 0 | 3F | C6 | 3C | 17 |
| Octal | 30 | 112 | 137 | 113 | 26 | 0 | 77 | 306 | 74 | 27 |
| Binary | 11000 | 1001010 | 1011111 | 1001011 | 10110 | 0 | 111111 | 11000110 | 111100 | 10111 |
Color Harmonies of #184A5F
Complementary color
Monochromatic Colors of #184A5F
Black with #184A5F
Text Example
Text Example
White with #184A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A5F; }
p { color: rgb(24,74,95); }
H1.HeaderClassName
{
color: #184A5F;
}
.AnyTagClassName
{
color: #184A5F;
}
</style>
background-color css
<style>
a { background-color: #184A5F; }
a { background-color: rgb(24,74,95); }
div.DivClassName
{
background-color: #184A5F;
}
.BgClassName
{
background-color: #184A5F;
}
</style>
border-color css
<style>
span { border-color: #184A5F; }
span { border-color: rgb(24,74,95); }
td.TdClassName
{
border-color: #184A5F;
}
.TagClassName
{
border-color: #184A5F;
}
</style>