Shades of Astronaut Blue #184E64
Tints of Astronaut Blue #184E64
RGB
CMYK
RGB Variations
Color information
#184E64 (or 0x184E64) is known color: Astronaut Blue. HEX triplet: 18, 4E and 64. RGB value is (24,78,100). Sum of RGB (Red+Green+Blue) = 24+78+100=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #184E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E64 is #E7B19B. Grayscale: #404040. Windows color (decimal): -15184284 or 6573592. OLE color: 6573592.
HSL color Cylindrical-coordinate representation of color #184E64: hue angle of 197.37º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184E64 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 78 | 100 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.61 |
| HSL | 197.37º | 0.61% | 0.24% | - |
| HSV(B) | 197.37º | 0.76% | 0.39% | - |
| XYZ | 5.4 | 6.56 | 13.04 | - |
| YUV | 64.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 100 | 0.76 | 0.22 | 0 | 0.61 | 197.37 | 0.61 | 0.24 |
| Hex | 18 | 4E | 64 | 4C | 16 | 0 | 3D | C5 | 3D | 18 |
| Octal | 30 | 116 | 144 | 114 | 26 | 0 | 75 | 305 | 75 | 30 |
| Binary | 11000 | 1001110 | 1100100 | 1001100 | 10110 | 0 | 111101 | 11000101 | 111101 | 11000 |
Color Harmonies of #184E64
Complementary color
Monochromatic Colors of #184E64
Black with #184E64
Text Example
Text Example
White with #184E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E64; }
p { color: rgb(24,78,100); }
H1.HeaderClassName
{
color: #184E64;
}
.AnyTagClassName
{
color: #184E64;
}
</style>
background-color css
<style>
a { background-color: #184E64; }
a { background-color: rgb(24,78,100); }
div.DivClassName
{
background-color: #184E64;
}
.BgClassName
{
background-color: #184E64;
}
</style>
border-color css
<style>
span { border-color: #184E64; }
span { border-color: rgb(24,78,100); }
td.TdClassName
{
border-color: #184E64;
}
.TagClassName
{
border-color: #184E64;
}
</style>