Shades of Astronaut Blue #184868
Tints of Astronaut Blue #184868
RGB
CMYK
RGB Variations
Color information
#184868 (or 0x184868) is known color: Astronaut Blue. HEX triplet: 18, 48 and 68. RGB value is (24,72,104). Sum of RGB (Red+Green+Blue) = 24+72+104=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #184868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184868 is #E7B797. Grayscale: #3D3D3D. Windows color (decimal): -15185816 or 6834200. OLE color: 6834200.
HSL color Cylindrical-coordinate representation of color #184868: hue angle of 204º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184868 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 72 | 104 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.59 |
| HSL | 204º | 0.63% | 0.25% | - |
| HSV(B) | 204º | 0.77% | 0.41% | - |
| XYZ | 5.19 | 5.83 | 13.95 | - |
| YUV | 61.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 104 | 0.77 | 0.31 | 0 | 0.59 | 204 | 0.63 | 0.25 |
| Hex | 18 | 48 | 68 | 4D | 1F | 0 | 3B | CC | 3E | 19 |
| Octal | 30 | 110 | 150 | 115 | 37 | 0 | 73 | 314 | 76 | 31 |
| Binary | 11000 | 1001000 | 1101000 | 1001101 | 11111 | 0 | 111011 | 11001100 | 111110 | 11001 |
Color Harmonies of #184868
Complementary color
Monochromatic Colors of #184868
Black with #184868
Text Example
Text Example
White with #184868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184868; }
p { color: rgb(24,72,104); }
H1.HeaderClassName
{
color: #184868;
}
.AnyTagClassName
{
color: #184868;
}
</style>
background-color css
<style>
a { background-color: #184868; }
a { background-color: rgb(24,72,104); }
div.DivClassName
{
background-color: #184868;
}
.BgClassName
{
background-color: #184868;
}
</style>
border-color css
<style>
span { border-color: #184868; }
span { border-color: rgb(24,72,104); }
td.TdClassName
{
border-color: #184868;
}
.TagClassName
{
border-color: #184868;
}
</style>