Shades of Astronaut Blue #184763
Tints of Astronaut Blue #184763
RGB
CMYK
RGB Variations
Color information
#184763 (or 0x184763) is known color: Astronaut Blue. HEX triplet: 18, 47 and 63. RGB value is (24,71,99). Sum of RGB (Red+Green+Blue) = 24+71+99=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #184763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184763 is #E7B89C. Grayscale: #3B3B3B. Windows color (decimal): -15186077 or 6506264. OLE color: 6506264.
HSL color Cylindrical-coordinate representation of color #184763: hue angle of 202.4º 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 #184763 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 71 | 99 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.61 |
| HSL | 202.4º | 0.61% | 0.24% | - |
| HSV(B) | 202.4º | 0.76% | 0.39% | - |
| XYZ | 4.88 | 5.6 | 12.63 | - |
| YUV | 60.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 99 | 0.76 | 0.28 | 0 | 0.61 | 202.4 | 0.61 | 0.24 |
| Hex | 18 | 47 | 63 | 4C | 1C | 0 | 3D | CA | 3D | 18 |
| Octal | 30 | 107 | 143 | 114 | 34 | 0 | 75 | 312 | 75 | 30 |
| Binary | 11000 | 1000111 | 1100011 | 1001100 | 11100 | 0 | 111101 | 11001010 | 111101 | 11000 |
Color Harmonies of #184763
Complementary color
Monochromatic Colors of #184763
Black with #184763
Text Example
Text Example
White with #184763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184763; }
p { color: rgb(24,71,99); }
H1.HeaderClassName
{
color: #184763;
}
.AnyTagClassName
{
color: #184763;
}
</style>
background-color css
<style>
a { background-color: #184763; }
a { background-color: rgb(24,71,99); }
div.DivClassName
{
background-color: #184763;
}
.BgClassName
{
background-color: #184763;
}
</style>
border-color css
<style>
span { border-color: #184763; }
span { border-color: rgb(24,71,99); }
td.TdClassName
{
border-color: #184763;
}
.TagClassName
{
border-color: #184763;
}
</style>