Shades of Astronaut Blue #184359
Tints of Astronaut Blue #184359
RGB
CMYK
RGB Variations
Color information
#184359 (or 0x184359) is known color: Astronaut Blue. HEX triplet: 18, 43 and 59. RGB value is (24,67,89). Sum of RGB (Red+Green+Blue) = 24+67+89=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #184359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184359 is #E7BCA6. Grayscale: #383838. Windows color (decimal): -15187111 or 5849880. OLE color: 5849880.
HSL color Cylindrical-coordinate representation of color #184359: hue angle of 200.31º 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 #184359 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 67 | 89 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.65 |
| HSL | 200.31º | 0.58% | 0.22% | - |
| HSV(B) | 200.31º | 0.73% | 0.35% | - |
| XYZ | 4.19 | 4.93 | 10.18 | - |
| YUV | 56.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 89 | 0.73 | 0.25 | 0 | 0.65 | 200.31 | 0.58 | 0.22 |
| Hex | 18 | 43 | 59 | 49 | 19 | 0 | 41 | C8 | 3A | 16 |
| Octal | 30 | 103 | 131 | 111 | 31 | 0 | 101 | 310 | 72 | 26 |
| Binary | 11000 | 1000011 | 1011001 | 1001001 | 11001 | 0 | 1000001 | 11001000 | 111010 | 10110 |
Color Harmonies of #184359
Complementary color
Monochromatic Colors of #184359
Black with #184359
Text Example
Text Example
White with #184359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184359; }
p { color: rgb(24,67,89); }
H1.HeaderClassName
{
color: #184359;
}
.AnyTagClassName
{
color: #184359;
}
</style>
background-color css
<style>
a { background-color: #184359; }
a { background-color: rgb(24,67,89); }
div.DivClassName
{
background-color: #184359;
}
.BgClassName
{
background-color: #184359;
}
</style>
border-color css
<style>
span { border-color: #184359; }
span { border-color: rgb(24,67,89); }
td.TdClassName
{
border-color: #184359;
}
.TagClassName
{
border-color: #184359;
}
</style>