Shades of Astronaut Blue #184259
Tints of Astronaut Blue #184259
RGB
CMYK
RGB Variations
Color information
#184259 (or 0x184259) is known color: Astronaut Blue. HEX triplet: 18, 42 and 59. RGB value is (24,66,89). Sum of RGB (Red+Green+Blue) = 24+66+89=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #184259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184259 is #E7BDA6. Grayscale: #373737. Windows color (decimal): -15187367 or 5849624. OLE color: 5849624.
HSL color Cylindrical-coordinate representation of color #184259: hue angle of 201.23º degrees, saturation: 0.58, 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 #184259 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 66 | 89 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.65 |
| HSL | 201.23º | 0.58% | 0.22% | - |
| HSV(B) | 201.23º | 0.73% | 0.35% | - |
| XYZ | 4.13 | 4.81 | 10.16 | - |
| YUV | 56.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 89 | 0.73 | 0.26 | 0 | 0.65 | 201.23 | 0.58 | 0.22 |
| Hex | 18 | 42 | 59 | 49 | 1A | 0 | 41 | C9 | 3A | 16 |
| Octal | 30 | 102 | 131 | 111 | 32 | 0 | 101 | 311 | 72 | 26 |
| Binary | 11000 | 1000010 | 1011001 | 1001001 | 11010 | 0 | 1000001 | 11001001 | 111010 | 10110 |
Color Harmonies of #184259
Complementary color
Monochromatic Colors of #184259
Black with #184259
Text Example
Text Example
White with #184259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184259; }
p { color: rgb(24,66,89); }
H1.HeaderClassName
{
color: #184259;
}
.AnyTagClassName
{
color: #184259;
}
</style>
background-color css
<style>
a { background-color: #184259; }
a { background-color: rgb(24,66,89); }
div.DivClassName
{
background-color: #184259;
}
.BgClassName
{
background-color: #184259;
}
</style>
border-color css
<style>
span { border-color: #184259; }
span { border-color: rgb(24,66,89); }
td.TdClassName
{
border-color: #184259;
}
.TagClassName
{
border-color: #184259;
}
</style>