Shades of Astronaut Blue #18475E
Tints of Astronaut Blue #18475E
RGB
CMYK
RGB Variations
Color information
#18475E (or 0x18475E) is known color: Astronaut Blue. HEX triplet: 18, 47 and 5E. RGB value is (24,71,94). Sum of RGB (Red+Green+Blue) = 24+71+94=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #18475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475E is #E7B8A1. Grayscale: #3B3B3B. Windows color (decimal): -15186082 or 6178584. OLE color: 6178584.
HSL color Cylindrical-coordinate representation of color #18475E: hue angle of 199.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18475E is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 71 | 94 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.63 |
| HSL | 199.71º | 0.59% | 0.23% | - |
| HSV(B) | 199.71º | 0.74% | 0.37% | - |
| XYZ | 4.65 | 5.51 | 11.41 | - |
| YUV | 59.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 94 | 0.74 | 0.24 | 0 | 0.63 | 199.71 | 0.59 | 0.23 |
| Hex | 18 | 47 | 5E | 4A | 18 | 0 | 3F | C8 | 3B | 17 |
| Octal | 30 | 107 | 136 | 112 | 30 | 0 | 77 | 310 | 73 | 27 |
| Binary | 11000 | 1000111 | 1011110 | 1001010 | 11000 | 0 | 111111 | 11001000 | 111011 | 10111 |
Color Harmonies of #18475E
Complementary color
Monochromatic Colors of #18475E
Black with #18475E
Text Example
Text Example
White with #18475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18475E; }
p { color: rgb(24,71,94); }
H1.HeaderClassName
{
color: #18475E;
}
.AnyTagClassName
{
color: #18475E;
}
</style>
background-color css
<style>
a { background-color: #18475E; }
a { background-color: rgb(24,71,94); }
div.DivClassName
{
background-color: #18475E;
}
.BgClassName
{
background-color: #18475E;
}
</style>
border-color css
<style>
span { border-color: #18475E; }
span { border-color: rgb(24,71,94); }
td.TdClassName
{
border-color: #18475E;
}
.TagClassName
{
border-color: #18475E;
}
</style>