Shades of Astronaut Blue #184564
Tints of Astronaut Blue #184564
RGB
CMYK
RGB Variations
Color information
#184564 (or 0x184564) is known color: Astronaut Blue. HEX triplet: 18, 45 and 64. RGB value is (24,69,100). Sum of RGB (Red+Green+Blue) = 24+69+100=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #184564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184564 is #E7BA9B. Grayscale: #3A3A3A. Windows color (decimal): -15186588 or 6571288. OLE color: 6571288.
HSL color Cylindrical-coordinate representation of color #184564: hue angle of 204.47º 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 #184564 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 69 | 100 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.61 |
| HSL | 204.47º | 0.61% | 0.24% | - |
| HSV(B) | 204.47º | 0.76% | 0.39% | - |
| XYZ | 4.81 | 5.37 | 12.84 | - |
| YUV | 59.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 100 | 0.76 | 0.31 | 0 | 0.61 | 204.47 | 0.61 | 0.24 |
| Hex | 18 | 45 | 64 | 4C | 1F | 0 | 3D | CC | 3D | 18 |
| Octal | 30 | 105 | 144 | 114 | 37 | 0 | 75 | 314 | 75 | 30 |
| Binary | 11000 | 1000101 | 1100100 | 1001100 | 11111 | 0 | 111101 | 11001100 | 111101 | 11000 |
Color Harmonies of #184564
Complementary color
Monochromatic Colors of #184564
Black with #184564
Text Example
Text Example
White with #184564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184564; }
p { color: rgb(24,69,100); }
H1.HeaderClassName
{
color: #184564;
}
.AnyTagClassName
{
color: #184564;
}
</style>
background-color css
<style>
a { background-color: #184564; }
a { background-color: rgb(24,69,100); }
div.DivClassName
{
background-color: #184564;
}
.BgClassName
{
background-color: #184564;
}
</style>
border-color css
<style>
span { border-color: #184564; }
span { border-color: rgb(24,69,100); }
td.TdClassName
{
border-color: #184564;
}
.TagClassName
{
border-color: #184564;
}
</style>