Shades of Astronaut Blue #1E455E
Tints of Astronaut Blue #1E455E
RGB
CMYK
RGB Variations
Color information
#1E455E (or 0x1E455E) is known color: Astronaut Blue. HEX triplet: 1E, 45 and 5E. RGB value is (30,69,94). Sum of RGB (Red+Green+Blue) = 30+69+94=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E455E is #E1BAA1. Grayscale: #3C3C3C. Windows color (decimal): -14793378 or 6178078. OLE color: 6178078.
HSL color Cylindrical-coordinate representation of color #1E455E: hue angle of 203.44º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E455E is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 69 | 94 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.63 |
| HSL | 203.44º | 0.52% | 0.24% | - |
| HSV(B) | 203.44º | 0.68% | 0.37% | - |
| XYZ | 4.68 | 5.34 | 11.37 | - |
| YUV | 60.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 94 | 0.68 | 0.27 | 0 | 0.63 | 203.44 | 0.52 | 0.24 |
| Hex | 1E | 45 | 5E | 44 | 1B | 0 | 3F | CB | 34 | 18 |
| Octal | 36 | 105 | 136 | 104 | 33 | 0 | 77 | 313 | 64 | 30 |
| Binary | 11110 | 1000101 | 1011110 | 1000100 | 11011 | 0 | 111111 | 11001011 | 110100 | 11000 |
Color Harmonies of #1E455E
Complementary color
Monochromatic Colors of #1E455E
Black with #1E455E
Text Example
Text Example
White with #1E455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E455E; }
p { color: rgb(30,69,94); }
H1.HeaderClassName
{
color: #1E455E;
}
.AnyTagClassName
{
color: #1E455E;
}
</style>
background-color css
<style>
a { background-color: #1E455E; }
a { background-color: rgb(30,69,94); }
div.DivClassName
{
background-color: #1E455E;
}
.BgClassName
{
background-color: #1E455E;
}
</style>
border-color css
<style>
span { border-color: #1E455E; }
span { border-color: rgb(30,69,94); }
td.TdClassName
{
border-color: #1E455E;
}
.TagClassName
{
border-color: #1E455E;
}
</style>