Shades of Astronaut Blue #184658
Tints of Astronaut Blue #184658
RGB
CMYK
RGB Variations
Color information
#184658 (or 0x184658) is known color: Astronaut Blue. HEX triplet: 18, 46 and 58. RGB value is (24,70,88). Sum of RGB (Red+Green+Blue) = 24+70+88=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #184658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184658 is #E7B9A7. Grayscale: #3A3A3A. Windows color (decimal): -15186344 or 5785112. OLE color: 5785112.
HSL color Cylindrical-coordinate representation of color #184658: hue angle of 196.88º 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 #184658 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 70 | 88 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.65 |
| HSL | 196.88º | 0.57% | 0.22% | - |
| HSV(B) | 196.88º | 0.73% | 0.35% | - |
| XYZ | 4.33 | 5.28 | 10.02 | - |
| YUV | 58.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 88 | 0.73 | 0.20 | 0 | 0.65 | 196.88 | 0.57 | 0.22 |
| Hex | 18 | 46 | 58 | 49 | 14 | 0 | 41 | C5 | 39 | 16 |
| Octal | 30 | 106 | 130 | 111 | 24 | 0 | 101 | 305 | 71 | 26 |
| Binary | 11000 | 1000110 | 1011000 | 1001001 | 10100 | 0 | 1000001 | 11000101 | 111001 | 10110 |
Color Harmonies of #184658
Complementary color
Monochromatic Colors of #184658
Black with #184658
Text Example
Text Example
White with #184658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184658; }
p { color: rgb(24,70,88); }
H1.HeaderClassName
{
color: #184658;
}
.AnyTagClassName
{
color: #184658;
}
</style>
background-color css
<style>
a { background-color: #184658; }
a { background-color: rgb(24,70,88); }
div.DivClassName
{
background-color: #184658;
}
.BgClassName
{
background-color: #184658;
}
</style>
border-color css
<style>
span { border-color: #184658; }
span { border-color: rgb(24,70,88); }
td.TdClassName
{
border-color: #184658;
}
.TagClassName
{
border-color: #184658;
}
</style>