Shades of Astronaut Blue #18425A
Tints of Astronaut Blue #18425A
RGB
CMYK
RGB Variations
Color information
#18425A (or 0x18425A) is known color: Astronaut Blue. HEX triplet: 18, 42 and 5A. RGB value is (24,66,90). Sum of RGB (Red+Green+Blue) = 24+66+90=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #18425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18425A is #E7BDA5. Grayscale: #383838. Windows color (decimal): -15187366 or 5915160. OLE color: 5915160.
HSL color Cylindrical-coordinate representation of color #18425A: hue angle of 201.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18425A is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 66 | 90 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.65 |
| HSL | 201.82º | 0.58% | 0.22% | - |
| HSV(B) | 201.82º | 0.73% | 0.35% | - |
| XYZ | 4.17 | 4.83 | 10.39 | - |
| YUV | 56.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 90 | 0.73 | 0.27 | 0 | 0.65 | 201.82 | 0.58 | 0.22 |
| Hex | 18 | 42 | 5A | 49 | 1B | 0 | 41 | CA | 3A | 16 |
| Octal | 30 | 102 | 132 | 111 | 33 | 0 | 101 | 312 | 72 | 26 |
| Binary | 11000 | 1000010 | 1011010 | 1001001 | 11011 | 0 | 1000001 | 11001010 | 111010 | 10110 |
Color Harmonies of #18425A
Complementary color
Monochromatic Colors of #18425A
Black with #18425A
Text Example
Text Example
White with #18425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18425A; }
p { color: rgb(24,66,90); }
H1.HeaderClassName
{
color: #18425A;
}
.AnyTagClassName
{
color: #18425A;
}
</style>
background-color css
<style>
a { background-color: #18425A; }
a { background-color: rgb(24,66,90); }
div.DivClassName
{
background-color: #18425A;
}
.BgClassName
{
background-color: #18425A;
}
</style>
border-color css
<style>
span { border-color: #18425A; }
span { border-color: rgb(24,66,90); }
td.TdClassName
{
border-color: #18425A;
}
.TagClassName
{
border-color: #18425A;
}
</style>