Shades of Astronaut Blue #1E4460
Tints of Astronaut Blue #1E4460
RGB
CMYK
RGB Variations
Color information
#1E4460 (or 0x1E4460) is known color: Astronaut Blue. HEX triplet: 1E, 44 and 60. RGB value is (30,68,96). Sum of RGB (Red+Green+Blue) = 30+68+96=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4460 is #E1BB9F. Grayscale: #3B3B3B. Windows color (decimal): -14793632 or 6308894. OLE color: 6308894.
HSL color Cylindrical-coordinate representation of color #1E4460: hue angle of 205.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4460 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 68 | 96 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.62 |
| HSL | 205.45º | 0.52% | 0.25% | - |
| HSV(B) | 205.45º | 0.69% | 0.38% | - |
| XYZ | 4.71 | 5.25 | 11.83 | - |
| YUV | 59.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 96 | 0.69 | 0.29 | 0 | 0.62 | 205.45 | 0.52 | 0.25 |
| Hex | 1E | 44 | 60 | 45 | 1D | 0 | 3E | CD | 34 | 19 |
| Octal | 36 | 104 | 140 | 105 | 35 | 0 | 76 | 315 | 64 | 31 |
| Binary | 11110 | 1000100 | 1100000 | 1000101 | 11101 | 0 | 111110 | 11001101 | 110100 | 11001 |
Color Harmonies of #1E4460
Complementary color
Monochromatic Colors of #1E4460
Black with #1E4460
Text Example
Text Example
White with #1E4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4460; }
p { color: rgb(30,68,96); }
H1.HeaderClassName
{
color: #1E4460;
}
.AnyTagClassName
{
color: #1E4460;
}
</style>
background-color css
<style>
a { background-color: #1E4460; }
a { background-color: rgb(30,68,96); }
div.DivClassName
{
background-color: #1E4460;
}
.BgClassName
{
background-color: #1E4460;
}
</style>
border-color css
<style>
span { border-color: #1E4460; }
span { border-color: rgb(30,68,96); }
td.TdClassName
{
border-color: #1E4460;
}
.TagClassName
{
border-color: #1E4460;
}
</style>