Shades of Astronaut Blue #184555
Tints of Astronaut Blue #184555
RGB
CMYK
RGB Variations
Color information
#184555 (or 0x184555) is known color: Astronaut Blue. HEX triplet: 18, 45 and 55. RGB value is (24,69,85). Sum of RGB (Red+Green+Blue) = 24+69+85=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #184555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184555 is #E7BAAA. Grayscale: #393939. Windows color (decimal): -15186603 or 5588248. OLE color: 5588248.
HSL color Cylindrical-coordinate representation of color #184555: hue angle of 195.74º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184555 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 69 | 85 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.67 |
| HSL | 195.74º | 0.56% | 0.21% | - |
| HSV(B) | 195.74º | 0.72% | 0.33% | - |
| XYZ | 4.14 | 5.11 | 9.36 | - |
| YUV | 57.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 85 | 0.72 | 0.19 | 0 | 0.67 | 195.74 | 0.56 | 0.21 |
| Hex | 18 | 45 | 55 | 48 | 13 | 0 | 43 | C4 | 38 | 15 |
| Octal | 30 | 105 | 125 | 110 | 23 | 0 | 103 | 304 | 70 | 25 |
| Binary | 11000 | 1000101 | 1010101 | 1001000 | 10011 | 0 | 1000011 | 11000100 | 111000 | 10101 |
Color Harmonies of #184555
Complementary color
Monochromatic Colors of #184555
Black with #184555
Text Example
Text Example
White with #184555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184555; }
p { color: rgb(24,69,85); }
H1.HeaderClassName
{
color: #184555;
}
.AnyTagClassName
{
color: #184555;
}
</style>
background-color css
<style>
a { background-color: #184555; }
a { background-color: rgb(24,69,85); }
div.DivClassName
{
background-color: #184555;
}
.BgClassName
{
background-color: #184555;
}
</style>
border-color css
<style>
span { border-color: #184555; }
span { border-color: rgb(24,69,85); }
td.TdClassName
{
border-color: #184555;
}
.TagClassName
{
border-color: #184555;
}
</style>