Shades of Astronaut Blue #1E465F
Tints of Astronaut Blue #1E465F
RGB
CMYK
RGB Variations
Color information
#1E465F (or 0x1E465F) is known color: Astronaut Blue. HEX triplet: 1E, 46 and 5F. RGB value is (30,70,95). Sum of RGB (Red+Green+Blue) = 30+70+95=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E465F is #E1B9A0. Grayscale: #3C3C3C. Windows color (decimal): -14793121 or 6243870. OLE color: 6243870.
HSL color Cylindrical-coordinate representation of color #1E465F: hue angle of 203.08º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E465F is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 70 | 95 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.63 |
| HSL | 203.08º | 0.52% | 0.25% | - |
| HSV(B) | 203.08º | 0.68% | 0.37% | - |
| XYZ | 4.79 | 5.48 | 11.63 | - |
| YUV | 60.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 95 | 0.68 | 0.26 | 0 | 0.63 | 203.08 | 0.52 | 0.25 |
| Hex | 1E | 46 | 5F | 44 | 1A | 0 | 3F | CB | 34 | 19 |
| Octal | 36 | 106 | 137 | 104 | 32 | 0 | 77 | 313 | 64 | 31 |
| Binary | 11110 | 1000110 | 1011111 | 1000100 | 11010 | 0 | 111111 | 11001011 | 110100 | 11001 |
Color Harmonies of #1E465F
Complementary color
Monochromatic Colors of #1E465F
Black with #1E465F
Text Example
Text Example
White with #1E465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E465F; }
p { color: rgb(30,70,95); }
H1.HeaderClassName
{
color: #1E465F;
}
.AnyTagClassName
{
color: #1E465F;
}
</style>
background-color css
<style>
a { background-color: #1E465F; }
a { background-color: rgb(30,70,95); }
div.DivClassName
{
background-color: #1E465F;
}
.BgClassName
{
background-color: #1E465F;
}
</style>
border-color css
<style>
span { border-color: #1E465F; }
span { border-color: rgb(30,70,95); }
td.TdClassName
{
border-color: #1E465F;
}
.TagClassName
{
border-color: #1E465F;
}
</style>