Shades of Astronaut Blue #184354
Tints of Astronaut Blue #184354
RGB
CMYK
RGB Variations
Color information
#184354 (or 0x184354) is known color: Astronaut Blue. HEX triplet: 18, 43 and 54. RGB value is (24,67,84). Sum of RGB (Red+Green+Blue) = 24+67+84=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #184354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184354 is #E7BCAB. Grayscale: #373737. Windows color (decimal): -15187116 or 5522200. OLE color: 5522200.
HSL color Cylindrical-coordinate representation of color #184354: hue angle of 197º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184354 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 67 | 84 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.67 |
| HSL | 197º | 0.56% | 0.21% | - |
| HSV(B) | 197º | 0.71% | 0.33% | - |
| XYZ | 3.98 | 4.85 | 9.11 | - |
| YUV | 56.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 84 | 0.71 | 0.20 | 0 | 0.67 | 197 | 0.56 | 0.21 |
| Hex | 18 | 43 | 54 | 47 | 14 | 0 | 43 | C5 | 38 | 15 |
| Octal | 30 | 103 | 124 | 107 | 24 | 0 | 103 | 305 | 70 | 25 |
| Binary | 11000 | 1000011 | 1010100 | 1000111 | 10100 | 0 | 1000011 | 11000101 | 111000 | 10101 |
Color Harmonies of #184354
Complementary color
Monochromatic Colors of #184354
Black with #184354
Text Example
Text Example
White with #184354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184354; }
p { color: rgb(24,67,84); }
H1.HeaderClassName
{
color: #184354;
}
.AnyTagClassName
{
color: #184354;
}
</style>
background-color css
<style>
a { background-color: #184354; }
a { background-color: rgb(24,67,84); }
div.DivClassName
{
background-color: #184354;
}
.BgClassName
{
background-color: #184354;
}
</style>
border-color css
<style>
span { border-color: #184354; }
span { border-color: rgb(24,67,84); }
td.TdClassName
{
border-color: #184354;
}
.TagClassName
{
border-color: #184354;
}
</style>