Shades of Astronaut Blue #1E455D
Tints of Astronaut Blue #1E455D
RGB
CMYK
RGB Variations
Color information
#1E455D (or 0x1E455D) is known color: Astronaut Blue. HEX triplet: 1E, 45 and 5D. RGB value is (30,69,93). Sum of RGB (Red+Green+Blue) = 30+69+93=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E455D is #E1BAA2. Grayscale: #3B3B3B. Windows color (decimal): -14793379 or 6112542. OLE color: 6112542.
HSL color Cylindrical-coordinate representation of color #1E455D: hue angle of 202.86º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E455D is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 69 | 93 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.64 |
| HSL | 202.86º | 0.51% | 0.24% | - |
| HSV(B) | 202.86º | 0.68% | 0.36% | - |
| XYZ | 4.64 | 5.32 | 11.14 | - |
| YUV | 60.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 93 | 0.68 | 0.26 | 0 | 0.64 | 202.86 | 0.51 | 0.24 |
| Hex | 1E | 45 | 5D | 44 | 1A | 0 | 40 | CB | 33 | 18 |
| Octal | 36 | 105 | 135 | 104 | 32 | 0 | 100 | 313 | 63 | 30 |
| Binary | 11110 | 1000101 | 1011101 | 1000100 | 11010 | 0 | 1000000 | 11001011 | 110011 | 11000 |
Color Harmonies of #1E455D
Complementary color
Monochromatic Colors of #1E455D
Black with #1E455D
Text Example
Text Example
White with #1E455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E455D; }
p { color: rgb(30,69,93); }
H1.HeaderClassName
{
color: #1E455D;
}
.AnyTagClassName
{
color: #1E455D;
}
</style>
background-color css
<style>
a { background-color: #1E455D; }
a { background-color: rgb(30,69,93); }
div.DivClassName
{
background-color: #1E455D;
}
.BgClassName
{
background-color: #1E455D;
}
</style>
border-color css
<style>
span { border-color: #1E455D; }
span { border-color: rgb(30,69,93); }
td.TdClassName
{
border-color: #1E455D;
}
.TagClassName
{
border-color: #1E455D;
}
</style>