Shades of Astronaut Blue #18425B
Tints of Astronaut Blue #18425B
RGB
CMYK
RGB Variations
Color information
#18425B (or 0x18425B) is known color: Astronaut Blue. HEX triplet: 18, 42 and 5B. RGB value is (24,66,91). Sum of RGB (Red+Green+Blue) = 24+66+91=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #18425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18425B is #E7BDA4. Grayscale: #383838. Windows color (decimal): -15187365 or 5980696. OLE color: 5980696.
HSL color Cylindrical-coordinate representation of color #18425B: hue angle of 202.39º 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 #18425B is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 66 | 91 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.64 |
| HSL | 202.39º | 0.58% | 0.23% | - |
| HSV(B) | 202.39º | 0.74% | 0.36% | - |
| XYZ | 4.21 | 4.85 | 10.61 | - |
| YUV | 56.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 91 | 0.74 | 0.27 | 0 | 0.64 | 202.39 | 0.58 | 0.23 |
| Hex | 18 | 42 | 5B | 4A | 1B | 0 | 40 | CA | 3A | 17 |
| Octal | 30 | 102 | 133 | 112 | 33 | 0 | 100 | 312 | 72 | 27 |
| Binary | 11000 | 1000010 | 1011011 | 1001010 | 11011 | 0 | 1000000 | 11001010 | 111010 | 10111 |
Color Harmonies of #18425B
Complementary color
Monochromatic Colors of #18425B
Black with #18425B
Text Example
Text Example
White with #18425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18425B; }
p { color: rgb(24,66,91); }
H1.HeaderClassName
{
color: #18425B;
}
.AnyTagClassName
{
color: #18425B;
}
</style>
background-color css
<style>
a { background-color: #18425B; }
a { background-color: rgb(24,66,91); }
div.DivClassName
{
background-color: #18425B;
}
.BgClassName
{
background-color: #18425B;
}
</style>
border-color css
<style>
span { border-color: #18425B; }
span { border-color: rgb(24,66,91); }
td.TdClassName
{
border-color: #18425B;
}
.TagClassName
{
border-color: #18425B;
}
</style>