Shades of Astronaut Blue #18475C
Tints of Astronaut Blue #18475C
RGB
CMYK
RGB Variations
Color information
#18475C (or 0x18475C) is known color: Astronaut Blue. HEX triplet: 18, 47 and 5C. RGB value is (24,71,92). Sum of RGB (Red+Green+Blue) = 24+71+92=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #18475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475C is #E7B8A3. Grayscale: #3B3B3B. Windows color (decimal): -15186084 or 6047512. OLE color: 6047512.
HSL color Cylindrical-coordinate representation of color #18475C: hue angle of 198.53º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18475C is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 71 | 92 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.64 |
| HSL | 198.53º | 0.59% | 0.23% | - |
| HSV(B) | 198.53º | 0.74% | 0.36% | - |
| XYZ | 4.56 | 5.47 | 10.94 | - |
| YUV | 59.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 92 | 0.74 | 0.23 | 0 | 0.64 | 198.53 | 0.59 | 0.23 |
| Hex | 18 | 47 | 5C | 4A | 17 | 0 | 40 | C7 | 3B | 17 |
| Octal | 30 | 107 | 134 | 112 | 27 | 0 | 100 | 307 | 73 | 27 |
| Binary | 11000 | 1000111 | 1011100 | 1001010 | 10111 | 0 | 1000000 | 11000111 | 111011 | 10111 |
Color Harmonies of #18475C
Complementary color
Monochromatic Colors of #18475C
Black with #18475C
Text Example
Text Example
White with #18475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18475C; }
p { color: rgb(24,71,92); }
H1.HeaderClassName
{
color: #18475C;
}
.AnyTagClassName
{
color: #18475C;
}
</style>
background-color css
<style>
a { background-color: #18475C; }
a { background-color: rgb(24,71,92); }
div.DivClassName
{
background-color: #18475C;
}
.BgClassName
{
background-color: #18475C;
}
</style>
border-color css
<style>
span { border-color: #18475C; }
span { border-color: rgb(24,71,92); }
td.TdClassName
{
border-color: #18475C;
}
.TagClassName
{
border-color: #18475C;
}
</style>