Shades of Astronaut Blue #184D61
Tints of Astronaut Blue #184D61
RGB
CMYK
RGB Variations
Color information
#184D61 (or 0x184D61) is known color: Astronaut Blue. HEX triplet: 18, 4D and 61. RGB value is (24,77,97). Sum of RGB (Red+Green+Blue) = 24+77+97=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #184D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D61 is #E7B29E. Grayscale: #3F3F3F. Windows color (decimal): -15184543 or 6376728. OLE color: 6376728.
HSL color Cylindrical-coordinate representation of color #184D61: hue angle of 196.44º 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 #184D61 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 77 | 97 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.62 |
| HSL | 196.44º | 0.6% | 0.24% | - |
| HSV(B) | 196.44º | 0.75% | 0.38% | - |
| XYZ | 5.19 | 6.37 | 12.26 | - |
| YUV | 63.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 97 | 0.75 | 0.21 | 0 | 0.62 | 196.44 | 0.6 | 0.24 |
| Hex | 18 | 4D | 61 | 4B | 15 | 0 | 3E | C4 | 3C | 18 |
| Octal | 30 | 115 | 141 | 113 | 25 | 0 | 76 | 304 | 74 | 30 |
| Binary | 11000 | 1001101 | 1100001 | 1001011 | 10101 | 0 | 111110 | 11000100 | 111100 | 11000 |
Color Harmonies of #184D61
Complementary color
Monochromatic Colors of #184D61
Black with #184D61
Text Example
Text Example
White with #184D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D61; }
p { color: rgb(24,77,97); }
H1.HeaderClassName
{
color: #184D61;
}
.AnyTagClassName
{
color: #184D61;
}
</style>
background-color css
<style>
a { background-color: #184D61; }
a { background-color: rgb(24,77,97); }
div.DivClassName
{
background-color: #184D61;
}
.BgClassName
{
background-color: #184D61;
}
</style>
border-color css
<style>
span { border-color: #184D61; }
span { border-color: rgb(24,77,97); }
td.TdClassName
{
border-color: #184D61;
}
.TagClassName
{
border-color: #184D61;
}
</style>