Shades of Astronaut Blue #184256
Tints of Astronaut Blue #184256
RGB
CMYK
RGB Variations
Color information
#184256 (or 0x184256) is known color: Astronaut Blue. HEX triplet: 18, 42 and 56. RGB value is (24,66,86). Sum of RGB (Red+Green+Blue) = 24+66+86=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #184256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184256 is #E7BDA9. Grayscale: #373737. Windows color (decimal): -15187370 or 5653016. OLE color: 5653016.
HSL color Cylindrical-coordinate representation of color #184256: hue angle of 199.35º 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 #184256 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 66 | 86 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.66 |
| HSL | 199.35º | 0.56% | 0.22% | - |
| HSV(B) | 199.35º | 0.72% | 0.34% | - |
| XYZ | 4 | 4.76 | 9.51 | - |
| YUV | 55.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 86 | 0.72 | 0.23 | 0 | 0.66 | 199.35 | 0.56 | 0.22 |
| Hex | 18 | 42 | 56 | 48 | 17 | 0 | 42 | C7 | 38 | 16 |
| Octal | 30 | 102 | 126 | 110 | 27 | 0 | 102 | 307 | 70 | 26 |
| Binary | 11000 | 1000010 | 1010110 | 1001000 | 10111 | 0 | 1000010 | 11000111 | 111000 | 10110 |
Color Harmonies of #184256
Complementary color
Monochromatic Colors of #184256
Black with #184256
Text Example
Text Example
White with #184256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184256; }
p { color: rgb(24,66,86); }
H1.HeaderClassName
{
color: #184256;
}
.AnyTagClassName
{
color: #184256;
}
</style>
background-color css
<style>
a { background-color: #184256; }
a { background-color: rgb(24,66,86); }
div.DivClassName
{
background-color: #184256;
}
.BgClassName
{
background-color: #184256;
}
</style>
border-color css
<style>
span { border-color: #184256; }
span { border-color: rgb(24,66,86); }
td.TdClassName
{
border-color: #184256;
}
.TagClassName
{
border-color: #184256;
}
</style>