Shades of Astronaut Blue #1E435A
Tints of Astronaut Blue #1E435A
RGB
CMYK
RGB Variations
Color information
#1E435A (or 0x1E435A) is known color: Astronaut Blue. HEX triplet: 1E, 43 and 5A. RGB value is (30,67,90). Sum of RGB (Red+Green+Blue) = 30+67+90=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E435A is #E1BCA5. Grayscale: #3A3A3A. Windows color (decimal): -14793894 or 5915422. OLE color: 5915422.
HSL color Cylindrical-coordinate representation of color #1E435A: hue angle of 203º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E435A is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 67 | 90 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.65 |
| HSL | 203º | 0.5% | 0.24% | - |
| HSV(B) | 203º | 0.67% | 0.35% | - |
| XYZ | 4.39 | 5.03 | 10.41 | - |
| YUV | 58.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 90 | 0.67 | 0.26 | 0 | 0.65 | 203 | 0.5 | 0.24 |
| Hex | 1E | 43 | 5A | 43 | 1A | 0 | 41 | CB | 32 | 18 |
| Octal | 36 | 103 | 132 | 103 | 32 | 0 | 101 | 313 | 62 | 30 |
| Binary | 11110 | 1000011 | 1011010 | 1000011 | 11010 | 0 | 1000001 | 11001011 | 110010 | 11000 |
Color Harmonies of #1E435A
Complementary color
Monochromatic Colors of #1E435A
Black with #1E435A
Text Example
Text Example
White with #1E435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E435A; }
p { color: rgb(30,67,90); }
H1.HeaderClassName
{
color: #1E435A;
}
.AnyTagClassName
{
color: #1E435A;
}
</style>
background-color css
<style>
a { background-color: #1E435A; }
a { background-color: rgb(30,67,90); }
div.DivClassName
{
background-color: #1E435A;
}
.BgClassName
{
background-color: #1E435A;
}
</style>
border-color css
<style>
span { border-color: #1E435A; }
span { border-color: rgb(30,67,90); }
td.TdClassName
{
border-color: #1E435A;
}
.TagClassName
{
border-color: #1E435A;
}
</style>