Shades of Astronaut Blue #184458
Tints of Astronaut Blue #184458
RGB
CMYK
RGB Variations
Color information
#184458 (or 0x184458) is known color: Astronaut Blue. HEX triplet: 18, 44 and 58. RGB value is (24,68,88). Sum of RGB (Red+Green+Blue) = 24+68+88=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #184458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184458 is #E7BBA7. Grayscale: #383838. Windows color (decimal): -15186856 or 5784600. OLE color: 5784600.
HSL color Cylindrical-coordinate representation of color #184458: hue angle of 198.75º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184458 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 68 | 88 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.65 |
| HSL | 198.75º | 0.57% | 0.22% | - |
| HSV(B) | 198.75º | 0.73% | 0.35% | - |
| XYZ | 4.21 | 5.03 | 9.98 | - |
| YUV | 57.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 88 | 0.73 | 0.23 | 0 | 0.65 | 198.75 | 0.57 | 0.22 |
| Hex | 18 | 44 | 58 | 49 | 17 | 0 | 41 | C7 | 39 | 16 |
| Octal | 30 | 104 | 130 | 111 | 27 | 0 | 101 | 307 | 71 | 26 |
| Binary | 11000 | 1000100 | 1011000 | 1001001 | 10111 | 0 | 1000001 | 11000111 | 111001 | 10110 |
Color Harmonies of #184458
Complementary color
Monochromatic Colors of #184458
Black with #184458
Text Example
Text Example
White with #184458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184458; }
p { color: rgb(24,68,88); }
H1.HeaderClassName
{
color: #184458;
}
.AnyTagClassName
{
color: #184458;
}
</style>
background-color css
<style>
a { background-color: #184458; }
a { background-color: rgb(24,68,88); }
div.DivClassName
{
background-color: #184458;
}
.BgClassName
{
background-color: #184458;
}
</style>
border-color css
<style>
span { border-color: #184458; }
span { border-color: rgb(24,68,88); }
td.TdClassName
{
border-color: #184458;
}
.TagClassName
{
border-color: #184458;
}
</style>