Shades of Astronaut Blue #18486C
Tints of Astronaut Blue #18486C
RGB
CMYK
RGB Variations
Color information
#18486C (or 0x18486C) is known color: Astronaut Blue. HEX triplet: 18, 48 and 6C. RGB value is (24,72,108). Sum of RGB (Red+Green+Blue) = 24+72+108=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #18486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18486C is #E7B793. Grayscale: #3D3D3D. Windows color (decimal): -15185812 or 7096344. OLE color: 7096344.
HSL color Cylindrical-coordinate representation of color #18486C: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18486C is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 72 | 108 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.58 |
| HSL | 205.71º | 0.64% | 0.26% | - |
| HSV(B) | 205.71º | 0.78% | 0.42% | - |
| XYZ | 5.4 | 5.91 | 15.04 | - |
| YUV | 61.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 108 | 0.78 | 0.33 | 0 | 0.58 | 205.71 | 0.64 | 0.26 |
| Hex | 18 | 48 | 6C | 4E | 21 | 0 | 3A | CE | 40 | 1A |
| Octal | 30 | 110 | 154 | 116 | 41 | 0 | 72 | 316 | 100 | 32 |
| Binary | 11000 | 1001000 | 1101100 | 1001110 | 100001 | 0 | 111010 | 11001110 | 1000000 | 11010 |
Color Harmonies of #18486C
Complementary color
Monochromatic Colors of #18486C
Black with #18486C
Text Example
Text Example
White with #18486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18486C; }
p { color: rgb(24,72,108); }
H1.HeaderClassName
{
color: #18486C;
}
.AnyTagClassName
{
color: #18486C;
}
</style>
background-color css
<style>
a { background-color: #18486C; }
a { background-color: rgb(24,72,108); }
div.DivClassName
{
background-color: #18486C;
}
.BgClassName
{
background-color: #18486C;
}
</style>
border-color css
<style>
span { border-color: #18486C; }
span { border-color: rgb(24,72,108); }
td.TdClassName
{
border-color: #18486C;
}
.TagClassName
{
border-color: #18486C;
}
</style>