Shades of Astronaut Blue #184E61
Tints of Astronaut Blue #184E61
RGB
CMYK
RGB Variations
Color information
#184E61 (or 0x184E61) is known color: Astronaut Blue. HEX triplet: 18, 4E and 61. RGB value is (24,78,97). Sum of RGB (Red+Green+Blue) = 24+78+97=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #184E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E61 is #E7B19E. Grayscale: #3F3F3F. Windows color (decimal): -15184287 or 6376984. OLE color: 6376984.
HSL color Cylindrical-coordinate representation of color #184E61: hue angle of 195.62º 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 #184E61 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 78 | 97 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.62 |
| HSL | 195.62º | 0.6% | 0.24% | - |
| HSV(B) | 195.62º | 0.75% | 0.38% | - |
| XYZ | 5.26 | 6.51 | 12.29 | - |
| YUV | 64.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 97 | 0.75 | 0.20 | 0 | 0.62 | 195.62 | 0.6 | 0.24 |
| Hex | 18 | 4E | 61 | 4B | 14 | 0 | 3E | C4 | 3C | 18 |
| Octal | 30 | 116 | 141 | 113 | 24 | 0 | 76 | 304 | 74 | 30 |
| Binary | 11000 | 1001110 | 1100001 | 1001011 | 10100 | 0 | 111110 | 11000100 | 111100 | 11000 |
Color Harmonies of #184E61
Complementary color
Monochromatic Colors of #184E61
Black with #184E61
Text Example
Text Example
White with #184E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E61; }
p { color: rgb(24,78,97); }
H1.HeaderClassName
{
color: #184E61;
}
.AnyTagClassName
{
color: #184E61;
}
</style>
background-color css
<style>
a { background-color: #184E61; }
a { background-color: rgb(24,78,97); }
div.DivClassName
{
background-color: #184E61;
}
.BgClassName
{
background-color: #184E61;
}
</style>
border-color css
<style>
span { border-color: #184E61; }
span { border-color: rgb(24,78,97); }
td.TdClassName
{
border-color: #184E61;
}
.TagClassName
{
border-color: #184E61;
}
</style>