Shades of Astronaut Blue #184A63
Tints of Astronaut Blue #184A63
RGB
CMYK
RGB Variations
Color information
#184A63 (or 0x184A63) is known color: Astronaut Blue. HEX triplet: 18, 4A and 63. RGB value is (24,74,99). Sum of RGB (Red+Green+Blue) = 24+74+99=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #184A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A63 is #E7B59C. Grayscale: #3D3D3D. Windows color (decimal): -15185309 or 6507032. OLE color: 6507032.
HSL color Cylindrical-coordinate representation of color #184A63: hue angle of 200º 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 #184A63 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 74 | 99 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.61 |
| HSL | 200º | 0.61% | 0.24% | - |
| HSV(B) | 200º | 0.76% | 0.39% | - |
| XYZ | 5.08 | 5.99 | 12.69 | - |
| YUV | 61.9 | 148.94 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 99 | 0.76 | 0.25 | 0 | 0.61 | 200 | 0.61 | 0.24 |
| Hex | 18 | 4A | 63 | 4C | 19 | 0 | 3D | C8 | 3D | 18 |
| Octal | 30 | 112 | 143 | 114 | 31 | 0 | 75 | 310 | 75 | 30 |
| Binary | 11000 | 1001010 | 1100011 | 1001100 | 11001 | 0 | 111101 | 11001000 | 111101 | 11000 |
Color Harmonies of #184A63
Complementary color
Monochromatic Colors of #184A63
Black with #184A63
Text Example
Text Example
White with #184A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A63; }
p { color: rgb(24,74,99); }
H1.HeaderClassName
{
color: #184A63;
}
.AnyTagClassName
{
color: #184A63;
}
</style>
background-color css
<style>
a { background-color: #184A63; }
a { background-color: rgb(24,74,99); }
div.DivClassName
{
background-color: #184A63;
}
.BgClassName
{
background-color: #184A63;
}
</style>
border-color css
<style>
span { border-color: #184A63; }
span { border-color: rgb(24,74,99); }
td.TdClassName
{
border-color: #184A63;
}
.TagClassName
{
border-color: #184A63;
}
</style>