Shades of Astronaut Blue #1E4657
Tints of Astronaut Blue #1E4657
RGB
CMYK
RGB Variations
Color information
#1E4657 (or 0x1E4657) is known color: Astronaut Blue. HEX triplet: 1E, 46 and 57. RGB value is (30,70,87). Sum of RGB (Red+Green+Blue) = 30+70+87=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4657 is #E1B9A8. Grayscale: #3B3B3B. Windows color (decimal): -14793129 or 5719582. OLE color: 5719582.
HSL color Cylindrical-coordinate representation of color #1E4657: hue angle of 197.89º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4657 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 70 | 87 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.66 |
| HSL | 197.89º | 0.49% | 0.23% | - |
| HSV(B) | 197.89º | 0.66% | 0.34% | - |
| XYZ | 4.45 | 5.34 | 9.81 | - |
| YUV | 59.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 87 | 0.66 | 0.20 | 0 | 0.66 | 197.89 | 0.49 | 0.23 |
| Hex | 1E | 46 | 57 | 42 | 14 | 0 | 42 | C6 | 31 | 17 |
| Octal | 36 | 106 | 127 | 102 | 24 | 0 | 102 | 306 | 61 | 27 |
| Binary | 11110 | 1000110 | 1010111 | 1000010 | 10100 | 0 | 1000010 | 11000110 | 110001 | 10111 |
Color Harmonies of #1E4657
Complementary color
Monochromatic Colors of #1E4657
Black with #1E4657
Text Example
Text Example
White with #1E4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4657; }
p { color: rgb(30,70,87); }
H1.HeaderClassName
{
color: #1E4657;
}
.AnyTagClassName
{
color: #1E4657;
}
</style>
background-color css
<style>
a { background-color: #1E4657; }
a { background-color: rgb(30,70,87); }
div.DivClassName
{
background-color: #1E4657;
}
.BgClassName
{
background-color: #1E4657;
}
</style>
border-color css
<style>
span { border-color: #1E4657; }
span { border-color: rgb(30,70,87); }
td.TdClassName
{
border-color: #1E4657;
}
.TagClassName
{
border-color: #1E4657;
}
</style>