Shades of Astronaut Blue #184158
Tints of Astronaut Blue #184158
RGB
CMYK
RGB Variations
Color information
#184158 (or 0x184158) is known color: Astronaut Blue. HEX triplet: 18, 41 and 58. RGB value is (24,65,88). Sum of RGB (Red+Green+Blue) = 24+65+88=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #184158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184158 is #E7BEA7. Grayscale: #373737. Windows color (decimal): -15187624 or 5783832. OLE color: 5783832.
HSL color Cylindrical-coordinate representation of color #184158: hue angle of 201.56º 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 #184158 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 65 | 88 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.65 |
| HSL | 201.56º | 0.57% | 0.22% | - |
| HSV(B) | 201.56º | 0.73% | 0.35% | - |
| XYZ | 4.03 | 4.68 | 9.92 | - |
| YUV | 55.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 88 | 0.73 | 0.26 | 0 | 0.65 | 201.56 | 0.57 | 0.22 |
| Hex | 18 | 41 | 58 | 49 | 1A | 0 | 41 | CA | 39 | 16 |
| Octal | 30 | 101 | 130 | 111 | 32 | 0 | 101 | 312 | 71 | 26 |
| Binary | 11000 | 1000001 | 1011000 | 1001001 | 11010 | 0 | 1000001 | 11001010 | 111001 | 10110 |
Color Harmonies of #184158
Complementary color
Monochromatic Colors of #184158
Black with #184158
Text Example
Text Example
White with #184158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184158; }
p { color: rgb(24,65,88); }
H1.HeaderClassName
{
color: #184158;
}
.AnyTagClassName
{
color: #184158;
}
</style>
background-color css
<style>
a { background-color: #184158; }
a { background-color: rgb(24,65,88); }
div.DivClassName
{
background-color: #184158;
}
.BgClassName
{
background-color: #184158;
}
</style>
border-color css
<style>
span { border-color: #184158; }
span { border-color: rgb(24,65,88); }
td.TdClassName
{
border-color: #184158;
}
.TagClassName
{
border-color: #184158;
}
</style>