Shades of Astronaut Blue #1E4761
Tints of Astronaut Blue #1E4761
RGB
CMYK
RGB Variations
Color information
#1E4761 (or 0x1E4761) is known color: Astronaut Blue. HEX triplet: 1E, 47 and 61. RGB value is (30,71,97). Sum of RGB (Red+Green+Blue) = 30+71+97=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4761 is #E1B89E. Grayscale: #3D3D3D. Windows color (decimal): -14792863 or 6375198. OLE color: 6375198.
HSL color Cylindrical-coordinate representation of color #1E4761: hue angle of 203.28º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4761 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 71 | 97 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.62 |
| HSL | 203.28º | 0.53% | 0.25% | - |
| HSV(B) | 203.28º | 0.69% | 0.38% | - |
| XYZ | 4.95 | 5.65 | 12.14 | - |
| YUV | 61.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 97 | 0.69 | 0.27 | 0 | 0.62 | 203.28 | 0.53 | 0.25 |
| Hex | 1E | 47 | 61 | 45 | 1B | 0 | 3E | CB | 35 | 19 |
| Octal | 36 | 107 | 141 | 105 | 33 | 0 | 76 | 313 | 65 | 31 |
| Binary | 11110 | 1000111 | 1100001 | 1000101 | 11011 | 0 | 111110 | 11001011 | 110101 | 11001 |
Color Harmonies of #1E4761
Complementary color
Monochromatic Colors of #1E4761
Black with #1E4761
Text Example
Text Example
White with #1E4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4761; }
p { color: rgb(30,71,97); }
H1.HeaderClassName
{
color: #1E4761;
}
.AnyTagClassName
{
color: #1E4761;
}
</style>
background-color css
<style>
a { background-color: #1E4761; }
a { background-color: rgb(30,71,97); }
div.DivClassName
{
background-color: #1E4761;
}
.BgClassName
{
background-color: #1E4761;
}
</style>
border-color css
<style>
span { border-color: #1E4761; }
span { border-color: rgb(30,71,97); }
td.TdClassName
{
border-color: #1E4761;
}
.TagClassName
{
border-color: #1E4761;
}
</style>