Shades of Astronaut Blue #18485A
Tints of Astronaut Blue #18485A
RGB
CMYK
RGB Variations
Color information
#18485A (or 0x18485A) is known color: Astronaut Blue. HEX triplet: 18, 48 and 5A. RGB value is (24,72,90). Sum of RGB (Red+Green+Blue) = 24+72+90=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #18485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18485A is #E7B7A5. Grayscale: #3B3B3B. Windows color (decimal): -15185830 or 5916696. OLE color: 5916696.
HSL color Cylindrical-coordinate representation of color #18485A: hue angle of 196.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18485A is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 72 | 90 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.65 |
| HSL | 196.36º | 0.58% | 0.22% | - |
| HSV(B) | 196.36º | 0.73% | 0.35% | - |
| XYZ | 4.54 | 5.57 | 10.51 | - |
| YUV | 59.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 90 | 0.73 | 0.20 | 0 | 0.65 | 196.36 | 0.58 | 0.22 |
| Hex | 18 | 48 | 5A | 49 | 14 | 0 | 41 | C4 | 3A | 16 |
| Octal | 30 | 110 | 132 | 111 | 24 | 0 | 101 | 304 | 72 | 26 |
| Binary | 11000 | 1001000 | 1011010 | 1001001 | 10100 | 0 | 1000001 | 11000100 | 111010 | 10110 |
Color Harmonies of #18485A
Complementary color
Monochromatic Colors of #18485A
Black with #18485A
Text Example
Text Example
White with #18485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18485A; }
p { color: rgb(24,72,90); }
H1.HeaderClassName
{
color: #18485A;
}
.AnyTagClassName
{
color: #18485A;
}
</style>
background-color css
<style>
a { background-color: #18485A; }
a { background-color: rgb(24,72,90); }
div.DivClassName
{
background-color: #18485A;
}
.BgClassName
{
background-color: #18485A;
}
</style>
border-color css
<style>
span { border-color: #18485A; }
span { border-color: rgb(24,72,90); }
td.TdClassName
{
border-color: #18485A;
}
.TagClassName
{
border-color: #18485A;
}
</style>