Shades of Astronaut Blue #18445B
Tints of Astronaut Blue #18445B
RGB
CMYK
RGB Variations
Color information
#18445B (or 0x18445B) is known color: Astronaut Blue. HEX triplet: 18, 44 and 5B. RGB value is (24,68,91). Sum of RGB (Red+Green+Blue) = 24+68+91=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #18445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18445B is #E7BBA4. Grayscale: #393939. Windows color (decimal): -15186853 or 5981208. OLE color: 5981208.
HSL color Cylindrical-coordinate representation of color #18445B: hue angle of 200.6º degrees, saturation: 0.58, 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 #18445B is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 68 | 91 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.64 |
| HSL | 200.6º | 0.58% | 0.23% | - |
| HSV(B) | 200.6º | 0.74% | 0.36% | - |
| XYZ | 4.33 | 5.08 | 10.65 | - |
| YUV | 57.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 91 | 0.74 | 0.25 | 0 | 0.64 | 200.6 | 0.58 | 0.23 |
| Hex | 18 | 44 | 5B | 4A | 19 | 0 | 40 | C9 | 3A | 17 |
| Octal | 30 | 104 | 133 | 112 | 31 | 0 | 100 | 311 | 72 | 27 |
| Binary | 11000 | 1000100 | 1011011 | 1001010 | 11001 | 0 | 1000000 | 11001001 | 111010 | 10111 |
Color Harmonies of #18445B
Complementary color
Monochromatic Colors of #18445B
Black with #18445B
Text Example
Text Example
White with #18445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18445B; }
p { color: rgb(24,68,91); }
H1.HeaderClassName
{
color: #18445B;
}
.AnyTagClassName
{
color: #18445B;
}
</style>
background-color css
<style>
a { background-color: #18445B; }
a { background-color: rgb(24,68,91); }
div.DivClassName
{
background-color: #18445B;
}
.BgClassName
{
background-color: #18445B;
}
</style>
border-color css
<style>
span { border-color: #18445B; }
span { border-color: rgb(24,68,91); }
td.TdClassName
{
border-color: #18445B;
}
.TagClassName
{
border-color: #18445B;
}
</style>