Shades of Astronaut Blue #184A61
Tints of Astronaut Blue #184A61
RGB
CMYK
RGB Variations
Color information
#184A61 (or 0x184A61) is known color: Astronaut Blue. HEX triplet: 18, 4A and 61. RGB value is (24,74,97). Sum of RGB (Red+Green+Blue) = 24+74+97=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #184A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A61 is #E7B59E. Grayscale: #3D3D3D. Windows color (decimal): -15185311 or 6375960. OLE color: 6375960.
HSL color Cylindrical-coordinate representation of color #184A61: hue angle of 198.9º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184A61 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 74 | 97 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.62 |
| HSL | 198.9º | 0.6% | 0.24% | - |
| HSV(B) | 198.9º | 0.75% | 0.38% | - |
| XYZ | 4.98 | 5.95 | 12.2 | - |
| YUV | 61.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 97 | 0.75 | 0.24 | 0 | 0.62 | 198.9 | 0.6 | 0.24 |
| Hex | 18 | 4A | 61 | 4B | 18 | 0 | 3E | C7 | 3C | 18 |
| Octal | 30 | 112 | 141 | 113 | 30 | 0 | 76 | 307 | 74 | 30 |
| Binary | 11000 | 1001010 | 1100001 | 1001011 | 11000 | 0 | 111110 | 11000111 | 111100 | 11000 |
Color Harmonies of #184A61
Complementary color
Monochromatic Colors of #184A61
Black with #184A61
Text Example
Text Example
White with #184A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A61; }
p { color: rgb(24,74,97); }
H1.HeaderClassName
{
color: #184A61;
}
.AnyTagClassName
{
color: #184A61;
}
</style>
background-color css
<style>
a { background-color: #184A61; }
a { background-color: rgb(24,74,97); }
div.DivClassName
{
background-color: #184A61;
}
.BgClassName
{
background-color: #184A61;
}
</style>
border-color css
<style>
span { border-color: #184A61; }
span { border-color: rgb(24,74,97); }
td.TdClassName
{
border-color: #184A61;
}
.TagClassName
{
border-color: #184A61;
}
</style>