Shades of Astronaut Blue #184E63
Tints of Astronaut Blue #184E63
RGB
CMYK
RGB Variations
Color information
#184E63 (or 0x184E63) is known color: Astronaut Blue. HEX triplet: 18, 4E and 63. RGB value is (24,78,99). Sum of RGB (Red+Green+Blue) = 24+78+99=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #184E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E63 is #E7B19C. Grayscale: #404040. Windows color (decimal): -15184285 or 6508056. OLE color: 6508056.
HSL color Cylindrical-coordinate representation of color #184E63: hue angle of 196.8º 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 #184E63 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 78 | 99 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.61 |
| HSL | 196.8º | 0.61% | 0.24% | - |
| HSV(B) | 196.8º | 0.76% | 0.39% | - |
| XYZ | 5.35 | 6.54 | 12.79 | - |
| YUV | 64.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 99 | 0.76 | 0.21 | 0 | 0.61 | 196.8 | 0.61 | 0.24 |
| Hex | 18 | 4E | 63 | 4C | 15 | 0 | 3D | C5 | 3D | 18 |
| Octal | 30 | 116 | 143 | 114 | 25 | 0 | 75 | 305 | 75 | 30 |
| Binary | 11000 | 1001110 | 1100011 | 1001100 | 10101 | 0 | 111101 | 11000101 | 111101 | 11000 |
Color Harmonies of #184E63
Complementary color
Monochromatic Colors of #184E63
Black with #184E63
Text Example
Text Example
White with #184E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E63; }
p { color: rgb(24,78,99); }
H1.HeaderClassName
{
color: #184E63;
}
.AnyTagClassName
{
color: #184E63;
}
</style>
background-color css
<style>
a { background-color: #184E63; }
a { background-color: rgb(24,78,99); }
div.DivClassName
{
background-color: #184E63;
}
.BgClassName
{
background-color: #184E63;
}
</style>
border-color css
<style>
span { border-color: #184E63; }
span { border-color: rgb(24,78,99); }
td.TdClassName
{
border-color: #184E63;
}
.TagClassName
{
border-color: #184E63;
}
</style>