Shades of Astronaut Blue #184663
Tints of Astronaut Blue #184663
RGB
CMYK
RGB Variations
Color information
#184663 (or 0x184663) is known color: Astronaut Blue. HEX triplet: 18, 46 and 63. RGB value is (24,70,99). Sum of RGB (Red+Green+Blue) = 24+70+99=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #184663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184663 is #E7B99C. Grayscale: #3B3B3B. Windows color (decimal): -15186333 or 6506008. OLE color: 6506008.
HSL color Cylindrical-coordinate representation of color #184663: hue angle of 203.2º 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 #184663 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 70 | 99 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.61 |
| HSL | 203.2º | 0.61% | 0.24% | - |
| HSV(B) | 203.2º | 0.76% | 0.39% | - |
| XYZ | 4.82 | 5.48 | 12.61 | - |
| YUV | 59.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 99 | 0.76 | 0.29 | 0 | 0.61 | 203.2 | 0.61 | 0.24 |
| Hex | 18 | 46 | 63 | 4C | 1D | 0 | 3D | CB | 3D | 18 |
| Octal | 30 | 106 | 143 | 114 | 35 | 0 | 75 | 313 | 75 | 30 |
| Binary | 11000 | 1000110 | 1100011 | 1001100 | 11101 | 0 | 111101 | 11001011 | 111101 | 11000 |
Color Harmonies of #184663
Complementary color
Monochromatic Colors of #184663
Black with #184663
Text Example
Text Example
White with #184663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184663; }
p { color: rgb(24,70,99); }
H1.HeaderClassName
{
color: #184663;
}
.AnyTagClassName
{
color: #184663;
}
</style>
background-color css
<style>
a { background-color: #184663; }
a { background-color: rgb(24,70,99); }
div.DivClassName
{
background-color: #184663;
}
.BgClassName
{
background-color: #184663;
}
</style>
border-color css
<style>
span { border-color: #184663; }
span { border-color: rgb(24,70,99); }
td.TdClassName
{
border-color: #184663;
}
.TagClassName
{
border-color: #184663;
}
</style>