Shades of Astronaut Blue #1E445C
Tints of Astronaut Blue #1E445C
RGB
CMYK
RGB Variations
Color information
#1E445C (or 0x1E445C) is known color: Astronaut Blue. HEX triplet: 1E, 44 and 5C. RGB value is (30,68,92). Sum of RGB (Red+Green+Blue) = 30+68+92=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E445C is #E1BBA3. Grayscale: #3B3B3B. Windows color (decimal): -14793636 or 6046750. OLE color: 6046750.
HSL color Cylindrical-coordinate representation of color #1E445C: hue angle of 203.23º degrees, saturation: 0.51, 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 #1E445C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 68 | 92 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.64 |
| HSL | 203.23º | 0.51% | 0.24% | - |
| HSV(B) | 203.23º | 0.67% | 0.36% | - |
| XYZ | 4.53 | 5.18 | 10.89 | - |
| YUV | 59.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 92 | 0.67 | 0.26 | 0 | 0.64 | 203.23 | 0.51 | 0.24 |
| Hex | 1E | 44 | 5C | 43 | 1A | 0 | 40 | CB | 33 | 18 |
| Octal | 36 | 104 | 134 | 103 | 32 | 0 | 100 | 313 | 63 | 30 |
| Binary | 11110 | 1000100 | 1011100 | 1000011 | 11010 | 0 | 1000000 | 11001011 | 110011 | 11000 |
Color Harmonies of #1E445C
Complementary color
Monochromatic Colors of #1E445C
Black with #1E445C
Text Example
Text Example
White with #1E445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E445C; }
p { color: rgb(30,68,92); }
H1.HeaderClassName
{
color: #1E445C;
}
.AnyTagClassName
{
color: #1E445C;
}
</style>
background-color css
<style>
a { background-color: #1E445C; }
a { background-color: rgb(30,68,92); }
div.DivClassName
{
background-color: #1E445C;
}
.BgClassName
{
background-color: #1E445C;
}
</style>
border-color css
<style>
span { border-color: #1E445C; }
span { border-color: rgb(30,68,92); }
td.TdClassName
{
border-color: #1E445C;
}
.TagClassName
{
border-color: #1E445C;
}
</style>