Shades of Astronaut Blue #184456
Tints of Astronaut Blue #184456
RGB
CMYK
RGB Variations
Color information
#184456 (or 0x184456) is known color: Astronaut Blue. HEX triplet: 18, 44 and 56. RGB value is (24,68,86). Sum of RGB (Red+Green+Blue) = 24+68+86=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #184456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184456 is #E7BBA9. Grayscale: #383838. Windows color (decimal): -15186858 or 5653528. OLE color: 5653528.
HSL color Cylindrical-coordinate representation of color #184456: hue angle of 197.42º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184456 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 68 | 86 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.66 |
| HSL | 197.42º | 0.56% | 0.22% | - |
| HSV(B) | 197.42º | 0.72% | 0.34% | - |
| XYZ | 4.12 | 5 | 9.55 | - |
| YUV | 56.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 86 | 0.72 | 0.21 | 0 | 0.66 | 197.42 | 0.56 | 0.22 |
| Hex | 18 | 44 | 56 | 48 | 15 | 0 | 42 | C5 | 38 | 16 |
| Octal | 30 | 104 | 126 | 110 | 25 | 0 | 102 | 305 | 70 | 26 |
| Binary | 11000 | 1000100 | 1010110 | 1001000 | 10101 | 0 | 1000010 | 11000101 | 111000 | 10110 |
Color Harmonies of #184456
Complementary color
Monochromatic Colors of #184456
Black with #184456
Text Example
Text Example
White with #184456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184456; }
p { color: rgb(24,68,86); }
H1.HeaderClassName
{
color: #184456;
}
.AnyTagClassName
{
color: #184456;
}
</style>
background-color css
<style>
a { background-color: #184456; }
a { background-color: rgb(24,68,86); }
div.DivClassName
{
background-color: #184456;
}
.BgClassName
{
background-color: #184456;
}
</style>
border-color css
<style>
span { border-color: #184456; }
span { border-color: rgb(24,68,86); }
td.TdClassName
{
border-color: #184456;
}
.TagClassName
{
border-color: #184456;
}
</style>