Shades of Astronaut Blue #18445A
Tints of Astronaut Blue #18445A
RGB
CMYK
RGB Variations
Color information
#18445A (or 0x18445A) is known color: Astronaut Blue. HEX triplet: 18, 44 and 5A. RGB value is (24,68,90). Sum of RGB (Red+Green+Blue) = 24+68+90=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #18445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18445A is #E7BBA5. Grayscale: #393939. Windows color (decimal): -15186854 or 5915672. OLE color: 5915672.
HSL color Cylindrical-coordinate representation of color #18445A: hue angle of 200º 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 #18445A is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 68 | 90 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.65 |
| HSL | 200º | 0.58% | 0.22% | - |
| HSV(B) | 200º | 0.73% | 0.35% | - |
| XYZ | 4.29 | 5.07 | 10.42 | - |
| YUV | 57.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 90 | 0.73 | 0.24 | 0 | 0.65 | 200 | 0.58 | 0.22 |
| Hex | 18 | 44 | 5A | 49 | 18 | 0 | 41 | C8 | 3A | 16 |
| Octal | 30 | 104 | 132 | 111 | 30 | 0 | 101 | 310 | 72 | 26 |
| Binary | 11000 | 1000100 | 1011010 | 1001001 | 11000 | 0 | 1000001 | 11001000 | 111010 | 10110 |
Color Harmonies of #18445A
Complementary color
Monochromatic Colors of #18445A
Black with #18445A
Text Example
Text Example
White with #18445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18445A; }
p { color: rgb(24,68,90); }
H1.HeaderClassName
{
color: #18445A;
}
.AnyTagClassName
{
color: #18445A;
}
</style>
background-color css
<style>
a { background-color: #18445A; }
a { background-color: rgb(24,68,90); }
div.DivClassName
{
background-color: #18445A;
}
.BgClassName
{
background-color: #18445A;
}
</style>
border-color css
<style>
span { border-color: #18445A; }
span { border-color: rgb(24,68,90); }
td.TdClassName
{
border-color: #18445A;
}
.TagClassName
{
border-color: #18445A;
}
</style>