Shades of Astronaut Blue #184758
Tints of Astronaut Blue #184758
RGB
CMYK
RGB Variations
Color information
#184758 (or 0x184758) is known color: Astronaut Blue. HEX triplet: 18, 47 and 58. RGB value is (24,71,88). Sum of RGB (Red+Green+Blue) = 24+71+88=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #184758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184758 is #E7B8A7. Grayscale: #3A3A3A. Windows color (decimal): -15186088 or 5785368. OLE color: 5785368.
HSL color Cylindrical-coordinate representation of color #184758: hue angle of 195.94º 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 #184758 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 71 | 88 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.65 |
| HSL | 195.94º | 0.57% | 0.22% | - |
| HSV(B) | 195.94º | 0.73% | 0.35% | - |
| XYZ | 4.39 | 5.41 | 10.04 | - |
| YUV | 58.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 88 | 0.73 | 0.19 | 0 | 0.65 | 195.94 | 0.57 | 0.22 |
| Hex | 18 | 47 | 58 | 49 | 13 | 0 | 41 | C4 | 39 | 16 |
| Octal | 30 | 107 | 130 | 111 | 23 | 0 | 101 | 304 | 71 | 26 |
| Binary | 11000 | 1000111 | 1011000 | 1001001 | 10011 | 0 | 1000001 | 11000100 | 111001 | 10110 |
Color Harmonies of #184758
Complementary color
Monochromatic Colors of #184758
Black with #184758
Text Example
Text Example
White with #184758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184758; }
p { color: rgb(24,71,88); }
H1.HeaderClassName
{
color: #184758;
}
.AnyTagClassName
{
color: #184758;
}
</style>
background-color css
<style>
a { background-color: #184758; }
a { background-color: rgb(24,71,88); }
div.DivClassName
{
background-color: #184758;
}
.BgClassName
{
background-color: #184758;
}
</style>
border-color css
<style>
span { border-color: #184758; }
span { border-color: rgb(24,71,88); }
td.TdClassName
{
border-color: #184758;
}
.TagClassName
{
border-color: #184758;
}
</style>