Shades of Astronaut Blue #1D4659
Tints of Astronaut Blue #1D4659
RGB
CMYK
RGB Variations
Color information
#1D4659 (or 0x1D4659) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 59. RGB value is (29,70,89). Sum of RGB (Red+Green+Blue) = 29+70+89=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4659 is #E2B9A6. Grayscale: #3B3B3B. Windows color (decimal): -14858663 or 5850653. OLE color: 5850653.
HSL color Cylindrical-coordinate representation of color #1D4659: hue angle of 199º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4659 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 70 | 89 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.65 |
| HSL | 199º | 0.51% | 0.23% | - |
| HSV(B) | 199º | 0.67% | 0.35% | - |
| XYZ | 4.5 | 5.36 | 10.25 | - |
| YUV | 59.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 89 | 0.67 | 0.21 | 0 | 0.65 | 199 | 0.51 | 0.23 |
| Hex | 1D | 46 | 59 | 43 | 15 | 0 | 41 | C7 | 33 | 17 |
| Octal | 35 | 106 | 131 | 103 | 25 | 0 | 101 | 307 | 63 | 27 |
| Binary | 11101 | 1000110 | 1011001 | 1000011 | 10101 | 0 | 1000001 | 11000111 | 110011 | 10111 |
Color Harmonies of #1D4659
Complementary color
Monochromatic Colors of #1D4659
Black with #1D4659
Text Example
Text Example
White with #1D4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4659; }
p { color: rgb(29,70,89); }
H1.HeaderClassName
{
color: #1D4659;
}
.AnyTagClassName
{
color: #1D4659;
}
</style>
background-color css
<style>
a { background-color: #1D4659; }
a { background-color: rgb(29,70,89); }
div.DivClassName
{
background-color: #1D4659;
}
.BgClassName
{
background-color: #1D4659;
}
</style>
border-color css
<style>
span { border-color: #1D4659; }
span { border-color: rgb(29,70,89); }
td.TdClassName
{
border-color: #1D4659;
}
.TagClassName
{
border-color: #1D4659;
}
</style>