Shades of Astronaut Blue #184968
Tints of Astronaut Blue #184968
RGB
CMYK
RGB Variations
Color information
#184968 (or 0x184968) is known color: Astronaut Blue. HEX triplet: 18, 49 and 68. RGB value is (24,73,104). Sum of RGB (Red+Green+Blue) = 24+73+104=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #184968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184968 is #E7B697. Grayscale: #3D3D3D. Windows color (decimal): -15185560 or 6834456. OLE color: 6834456.
HSL color Cylindrical-coordinate representation of color #184968: hue angle of 203.25º 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 #184968 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 73 | 104 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.59 |
| HSL | 203.25º | 0.63% | 0.25% | - |
| HSV(B) | 203.25º | 0.77% | 0.41% | - |
| XYZ | 5.26 | 5.96 | 13.97 | - |
| YUV | 61.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 104 | 0.77 | 0.30 | 0 | 0.59 | 203.25 | 0.63 | 0.25 |
| Hex | 18 | 49 | 68 | 4D | 1E | 0 | 3B | CB | 3E | 19 |
| Octal | 30 | 111 | 150 | 115 | 36 | 0 | 73 | 313 | 76 | 31 |
| Binary | 11000 | 1001001 | 1101000 | 1001101 | 11110 | 0 | 111011 | 11001011 | 111110 | 11001 |
Color Harmonies of #184968
Complementary color
Monochromatic Colors of #184968
Black with #184968
Text Example
Text Example
White with #184968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184968; }
p { color: rgb(24,73,104); }
H1.HeaderClassName
{
color: #184968;
}
.AnyTagClassName
{
color: #184968;
}
</style>
background-color css
<style>
a { background-color: #184968; }
a { background-color: rgb(24,73,104); }
div.DivClassName
{
background-color: #184968;
}
.BgClassName
{
background-color: #184968;
}
</style>
border-color css
<style>
span { border-color: #184968; }
span { border-color: rgb(24,73,104); }
td.TdClassName
{
border-color: #184968;
}
.TagClassName
{
border-color: #184968;
}
</style>