Shades of Astronaut Blue #18486B
Tints of Astronaut Blue #18486B
RGB
CMYK
RGB Variations
Color information
#18486B (or 0x18486B) is known color: Astronaut Blue. HEX triplet: 18, 48 and 6B. RGB value is (24,72,107). Sum of RGB (Red+Green+Blue) = 24+72+107=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #18486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18486B is #E7B794. Grayscale: #3D3D3D. Windows color (decimal): -15185813 or 7030808. OLE color: 7030808.
HSL color Cylindrical-coordinate representation of color #18486B: hue angle of 205.3º degrees, saturation: 0.63, 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 #18486B is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 72 | 107 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.58 |
| HSL | 205.3º | 0.63% | 0.26% | - |
| HSV(B) | 205.3º | 0.78% | 0.42% | - |
| XYZ | 5.35 | 5.89 | 14.77 | - |
| YUV | 61.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 107 | 0.78 | 0.33 | 0 | 0.58 | 205.3 | 0.63 | 0.26 |
| Hex | 18 | 48 | 6B | 4E | 21 | 0 | 3A | CD | 3F | 1A |
| Octal | 30 | 110 | 153 | 116 | 41 | 0 | 72 | 315 | 77 | 32 |
| Binary | 11000 | 1001000 | 1101011 | 1001110 | 100001 | 0 | 111010 | 11001101 | 111111 | 11010 |
Color Harmonies of #18486B
Complementary color
Monochromatic Colors of #18486B
Black with #18486B
Text Example
Text Example
White with #18486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18486B; }
p { color: rgb(24,72,107); }
H1.HeaderClassName
{
color: #18486B;
}
.AnyTagClassName
{
color: #18486B;
}
</style>
background-color css
<style>
a { background-color: #18486B; }
a { background-color: rgb(24,72,107); }
div.DivClassName
{
background-color: #18486B;
}
.BgClassName
{
background-color: #18486B;
}
</style>
border-color css
<style>
span { border-color: #18486B; }
span { border-color: rgb(24,72,107); }
td.TdClassName
{
border-color: #18486B;
}
.TagClassName
{
border-color: #18486B;
}
</style>