Shades of Astronaut Blue #1E495A
Tints of Astronaut Blue #1E495A
RGB
CMYK
RGB Variations
Color information
#1E495A (or 0x1E495A) is known color: Astronaut Blue. HEX triplet: 1E, 49 and 5A. RGB value is (30,73,90). Sum of RGB (Red+Green+Blue) = 30+73+90=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E495A is #E1B6A5. Grayscale: #3D3D3D. Windows color (decimal): -14792358 or 5916958. OLE color: 5916958.
HSL color Cylindrical-coordinate representation of color #1E495A: hue angle of 197º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E495A is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 73 | 90 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.65 |
| HSL | 197º | 0.5% | 0.24% | - |
| HSV(B) | 197º | 0.67% | 0.35% | - |
| XYZ | 4.76 | 5.78 | 10.54 | - |
| YUV | 62.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 90 | 0.67 | 0.19 | 0 | 0.65 | 197 | 0.5 | 0.24 |
| Hex | 1E | 49 | 5A | 43 | 13 | 0 | 41 | C5 | 32 | 18 |
| Octal | 36 | 111 | 132 | 103 | 23 | 0 | 101 | 305 | 62 | 30 |
| Binary | 11110 | 1001001 | 1011010 | 1000011 | 10011 | 0 | 1000001 | 11000101 | 110010 | 11000 |
Color Harmonies of #1E495A
Complementary color
Monochromatic Colors of #1E495A
Black with #1E495A
Text Example
Text Example
White with #1E495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E495A; }
p { color: rgb(30,73,90); }
H1.HeaderClassName
{
color: #1E495A;
}
.AnyTagClassName
{
color: #1E495A;
}
</style>
background-color css
<style>
a { background-color: #1E495A; }
a { background-color: rgb(30,73,90); }
div.DivClassName
{
background-color: #1E495A;
}
.BgClassName
{
background-color: #1E495A;
}
</style>
border-color css
<style>
span { border-color: #1E495A; }
span { border-color: rgb(30,73,90); }
td.TdClassName
{
border-color: #1E495A;
}
.TagClassName
{
border-color: #1E495A;
}
</style>