Shades of Astronaut Blue #184565
Tints of Astronaut Blue #184565
RGB
CMYK
RGB Variations
Color information
#184565 (or 0x184565) is known color: Astronaut Blue. HEX triplet: 18, 45 and 65. RGB value is (24,69,101). Sum of RGB (Red+Green+Blue) = 24+69+101=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #184565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184565 is #E7BA9A. Grayscale: #3B3B3B. Windows color (decimal): -15186587 or 6636824. OLE color: 6636824.
HSL color Cylindrical-coordinate representation of color #184565: hue angle of 204.94º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184565 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 69 | 101 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.60 |
| HSL | 204.94º | 0.62% | 0.25% | - |
| HSV(B) | 204.94º | 0.76% | 0.4% | - |
| XYZ | 4.85 | 5.39 | 13.1 | - |
| YUV | 59.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 101 | 0.76 | 0.32 | 0 | 0.60 | 204.94 | 0.62 | 0.25 |
| Hex | 18 | 45 | 65 | 4C | 20 | 0 | 3C | CD | 3E | 19 |
| Octal | 30 | 105 | 145 | 114 | 40 | 0 | 74 | 315 | 76 | 31 |
| Binary | 11000 | 1000101 | 1100101 | 1001100 | 100000 | 0 | 111100 | 11001101 | 111110 | 11001 |
Color Harmonies of #184565
Complementary color
Monochromatic Colors of #184565
Black with #184565
Text Example
Text Example
White with #184565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184565; }
p { color: rgb(24,69,101); }
H1.HeaderClassName
{
color: #184565;
}
.AnyTagClassName
{
color: #184565;
}
</style>
background-color css
<style>
a { background-color: #184565; }
a { background-color: rgb(24,69,101); }
div.DivClassName
{
background-color: #184565;
}
.BgClassName
{
background-color: #184565;
}
</style>
border-color css
<style>
span { border-color: #184565; }
span { border-color: rgb(24,69,101); }
td.TdClassName
{
border-color: #184565;
}
.TagClassName
{
border-color: #184565;
}
</style>