Shades of Astronaut Blue #18425D
Tints of Astronaut Blue #18425D
RGB
CMYK
RGB Variations
Color information
#18425D (or 0x18425D) is known color: Astronaut Blue. HEX triplet: 18, 42 and 5D. RGB value is (24,66,93). Sum of RGB (Red+Green+Blue) = 24+66+93=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #18425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18425D is #E7BDA2. Grayscale: #383838. Windows color (decimal): -15187363 or 6111768. OLE color: 6111768.
HSL color Cylindrical-coordinate representation of color #18425D: hue angle of 203.48º 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 #18425D is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 66 | 93 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.64 |
| HSL | 203.48º | 0.59% | 0.23% | - |
| HSV(B) | 203.48º | 0.74% | 0.36% | - |
| XYZ | 4.3 | 4.88 | 11.07 | - |
| YUV | 56.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 93 | 0.74 | 0.29 | 0 | 0.64 | 203.48 | 0.59 | 0.23 |
| Hex | 18 | 42 | 5D | 4A | 1D | 0 | 40 | CB | 3B | 17 |
| Octal | 30 | 102 | 135 | 112 | 35 | 0 | 100 | 313 | 73 | 27 |
| Binary | 11000 | 1000010 | 1011101 | 1001010 | 11101 | 0 | 1000000 | 11001011 | 111011 | 10111 |
Color Harmonies of #18425D
Complementary color
Monochromatic Colors of #18425D
Black with #18425D
Text Example
Text Example
White with #18425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18425D; }
p { color: rgb(24,66,93); }
H1.HeaderClassName
{
color: #18425D;
}
.AnyTagClassName
{
color: #18425D;
}
</style>
background-color css
<style>
a { background-color: #18425D; }
a { background-color: rgb(24,66,93); }
div.DivClassName
{
background-color: #18425D;
}
.BgClassName
{
background-color: #18425D;
}
</style>
border-color css
<style>
span { border-color: #18425D; }
span { border-color: rgb(24,66,93); }
td.TdClassName
{
border-color: #18425D;
}
.TagClassName
{
border-color: #18425D;
}
</style>