Shades of Astronaut Blue #1E445B
Tints of Astronaut Blue #1E445B
RGB
CMYK
RGB Variations
Color information
#1E445B (or 0x1E445B) is known color: Astronaut Blue. HEX triplet: 1E, 44 and 5B. RGB value is (30,68,91). Sum of RGB (Red+Green+Blue) = 30+68+91=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E445B is #E1BBA4. Grayscale: #3B3B3B. Windows color (decimal): -14793637 or 5981214. OLE color: 5981214.
HSL color Cylindrical-coordinate representation of color #1E445B: hue angle of 202.62º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E445B is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 68 | 91 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.64 |
| HSL | 202.62º | 0.5% | 0.24% | - |
| HSV(B) | 202.62º | 0.67% | 0.36% | - |
| XYZ | 4.49 | 5.17 | 10.66 | - |
| YUV | 59.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 91 | 0.67 | 0.25 | 0 | 0.64 | 202.62 | 0.5 | 0.24 |
| Hex | 1E | 44 | 5B | 43 | 19 | 0 | 40 | CB | 32 | 18 |
| Octal | 36 | 104 | 133 | 103 | 31 | 0 | 100 | 313 | 62 | 30 |
| Binary | 11110 | 1000100 | 1011011 | 1000011 | 11001 | 0 | 1000000 | 11001011 | 110010 | 11000 |
Color Harmonies of #1E445B
Complementary color
Monochromatic Colors of #1E445B
Black with #1E445B
Text Example
Text Example
White with #1E445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E445B; }
p { color: rgb(30,68,91); }
H1.HeaderClassName
{
color: #1E445B;
}
.AnyTagClassName
{
color: #1E445B;
}
</style>
background-color css
<style>
a { background-color: #1E445B; }
a { background-color: rgb(30,68,91); }
div.DivClassName
{
background-color: #1E445B;
}
.BgClassName
{
background-color: #1E445B;
}
</style>
border-color css
<style>
span { border-color: #1E445B; }
span { border-color: rgb(30,68,91); }
td.TdClassName
{
border-color: #1E445B;
}
.TagClassName
{
border-color: #1E445B;
}
</style>