Shades of Astronaut Blue #18485C
Tints of Astronaut Blue #18485C
RGB
CMYK
RGB Variations
Color information
#18485C (or 0x18485C) is known color: Astronaut Blue. HEX triplet: 18, 48 and 5C. RGB value is (24,72,92). Sum of RGB (Red+Green+Blue) = 24+72+92=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #18485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18485C is #E7B7A3. Grayscale: #3B3B3B. Windows color (decimal): -15185828 or 6047768. OLE color: 6047768.
HSL color Cylindrical-coordinate representation of color #18485C: hue angle of 197.65º 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 #18485C is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 72 | 92 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.64 |
| HSL | 197.65º | 0.59% | 0.23% | - |
| HSV(B) | 197.65º | 0.74% | 0.36% | - |
| XYZ | 4.63 | 5.6 | 10.96 | - |
| YUV | 59.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 92 | 0.74 | 0.22 | 0 | 0.64 | 197.65 | 0.59 | 0.23 |
| Hex | 18 | 48 | 5C | 4A | 16 | 0 | 40 | C6 | 3B | 17 |
| Octal | 30 | 110 | 134 | 112 | 26 | 0 | 100 | 306 | 73 | 27 |
| Binary | 11000 | 1001000 | 1011100 | 1001010 | 10110 | 0 | 1000000 | 11000110 | 111011 | 10111 |
Color Harmonies of #18485C
Complementary color
Monochromatic Colors of #18485C
Black with #18485C
Text Example
Text Example
White with #18485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18485C; }
p { color: rgb(24,72,92); }
H1.HeaderClassName
{
color: #18485C;
}
.AnyTagClassName
{
color: #18485C;
}
</style>
background-color css
<style>
a { background-color: #18485C; }
a { background-color: rgb(24,72,92); }
div.DivClassName
{
background-color: #18485C;
}
.BgClassName
{
background-color: #18485C;
}
</style>
border-color css
<style>
span { border-color: #18485C; }
span { border-color: rgb(24,72,92); }
td.TdClassName
{
border-color: #18485C;
}
.TagClassName
{
border-color: #18485C;
}
</style>