Shades of Astronaut Blue #18455E
Tints of Astronaut Blue #18455E
RGB
CMYK
RGB Variations
Color information
#18455E (or 0x18455E) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5E. RGB value is (24,69,94). Sum of RGB (Red+Green+Blue) = 24+69+94=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #18455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455E is #E7BAA1. Grayscale: #3A3A3A. Windows color (decimal): -15186594 or 6178072. OLE color: 6178072.
HSL color Cylindrical-coordinate representation of color #18455E: hue angle of 201.43º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18455E is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 69 | 94 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.63 |
| HSL | 201.43º | 0.59% | 0.23% | - |
| HSV(B) | 201.43º | 0.74% | 0.37% | - |
| XYZ | 4.53 | 5.26 | 11.37 | - |
| YUV | 58.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 94 | 0.74 | 0.27 | 0 | 0.63 | 201.43 | 0.59 | 0.23 |
| Hex | 18 | 45 | 5E | 4A | 1B | 0 | 3F | C9 | 3B | 17 |
| Octal | 30 | 105 | 136 | 112 | 33 | 0 | 77 | 311 | 73 | 27 |
| Binary | 11000 | 1000101 | 1011110 | 1001010 | 11011 | 0 | 111111 | 11001001 | 111011 | 10111 |
Color Harmonies of #18455E
Complementary color
Monochromatic Colors of #18455E
Black with #18455E
Text Example
Text Example
White with #18455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18455E; }
p { color: rgb(24,69,94); }
H1.HeaderClassName
{
color: #18455E;
}
.AnyTagClassName
{
color: #18455E;
}
</style>
background-color css
<style>
a { background-color: #18455E; }
a { background-color: rgb(24,69,94); }
div.DivClassName
{
background-color: #18455E;
}
.BgClassName
{
background-color: #18455E;
}
</style>
border-color css
<style>
span { border-color: #18455E; }
span { border-color: rgb(24,69,94); }
td.TdClassName
{
border-color: #18455E;
}
.TagClassName
{
border-color: #18455E;
}
</style>