Shades of Astronaut Blue #18455C
Tints of Astronaut Blue #18455C
RGB
CMYK
RGB Variations
Color information
#18455C (or 0x18455C) is known color: Astronaut Blue. HEX triplet: 18, 45 and 5C. RGB value is (24,69,92). Sum of RGB (Red+Green+Blue) = 24+69+92=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #18455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455C is #E7BAA3. Grayscale: #3A3A3A. Windows color (decimal): -15186596 or 6047000. OLE color: 6047000.
HSL color Cylindrical-coordinate representation of color #18455C: hue angle of 200.29º 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 #18455C is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 69 | 92 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.64 |
| HSL | 200.29º | 0.59% | 0.23% | - |
| HSV(B) | 200.29º | 0.74% | 0.36% | - |
| XYZ | 4.44 | 5.22 | 10.9 | - |
| YUV | 58.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 92 | 0.74 | 0.25 | 0 | 0.64 | 200.29 | 0.59 | 0.23 |
| Hex | 18 | 45 | 5C | 4A | 19 | 0 | 40 | C8 | 3B | 17 |
| Octal | 30 | 105 | 134 | 112 | 31 | 0 | 100 | 310 | 73 | 27 |
| Binary | 11000 | 1000101 | 1011100 | 1001010 | 11001 | 0 | 1000000 | 11001000 | 111011 | 10111 |
Color Harmonies of #18455C
Complementary color
Monochromatic Colors of #18455C
Black with #18455C
Text Example
Text Example
White with #18455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18455C; }
p { color: rgb(24,69,92); }
H1.HeaderClassName
{
color: #18455C;
}
.AnyTagClassName
{
color: #18455C;
}
</style>
background-color css
<style>
a { background-color: #18455C; }
a { background-color: rgb(24,69,92); }
div.DivClassName
{
background-color: #18455C;
}
.BgClassName
{
background-color: #18455C;
}
</style>
border-color css
<style>
span { border-color: #18455C; }
span { border-color: rgb(24,69,92); }
td.TdClassName
{
border-color: #18455C;
}
.TagClassName
{
border-color: #18455C;
}
</style>