Shades of Astronaut Blue #184255
Tints of Astronaut Blue #184255
RGB
CMYK
RGB Variations
Color information
#184255 (or 0x184255) is known color: Astronaut Blue. HEX triplet: 18, 42 and 55. RGB value is (24,66,85). Sum of RGB (Red+Green+Blue) = 24+66+85=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #184255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184255 is #E7BDAA. Grayscale: #373737. Windows color (decimal): -15187371 or 5587480. OLE color: 5587480.
HSL color Cylindrical-coordinate representation of color #184255: hue angle of 198.69º 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 #184255 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 66 | 85 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.67 |
| HSL | 198.69º | 0.56% | 0.21% | - |
| HSV(B) | 198.69º | 0.72% | 0.33% | - |
| XYZ | 3.96 | 4.75 | 9.3 | - |
| YUV | 55.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 85 | 0.72 | 0.22 | 0 | 0.67 | 198.69 | 0.56 | 0.21 |
| Hex | 18 | 42 | 55 | 48 | 16 | 0 | 43 | C7 | 38 | 15 |
| Octal | 30 | 102 | 125 | 110 | 26 | 0 | 103 | 307 | 70 | 25 |
| Binary | 11000 | 1000010 | 1010101 | 1001000 | 10110 | 0 | 1000011 | 11000111 | 111000 | 10101 |
Color Harmonies of #184255
Complementary color
Monochromatic Colors of #184255
Black with #184255
Text Example
Text Example
White with #184255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184255; }
p { color: rgb(24,66,85); }
H1.HeaderClassName
{
color: #184255;
}
.AnyTagClassName
{
color: #184255;
}
</style>
background-color css
<style>
a { background-color: #184255; }
a { background-color: rgb(24,66,85); }
div.DivClassName
{
background-color: #184255;
}
.BgClassName
{
background-color: #184255;
}
</style>
border-color css
<style>
span { border-color: #184255; }
span { border-color: rgb(24,66,85); }
td.TdClassName
{
border-color: #184255;
}
.TagClassName
{
border-color: #184255;
}
</style>