Shades of Astronaut Blue #1D4656
Tints of Astronaut Blue #1D4656
RGB
CMYK
RGB Variations
Color information
#1D4656 (or 0x1D4656) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 56. RGB value is (29,70,86). Sum of RGB (Red+Green+Blue) = 29+70+86=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4656 is #E2B9A9. Grayscale: #3B3B3B. Windows color (decimal): -14858666 or 5654045. OLE color: 5654045.
HSL color Cylindrical-coordinate representation of color #1D4656: hue angle of 196.84º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4656 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 70 | 86 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.66 |
| HSL | 196.84º | 0.5% | 0.23% | - |
| HSV(B) | 196.84º | 0.66% | 0.34% | - |
| XYZ | 4.38 | 5.31 | 9.6 | - |
| YUV | 59.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 86 | 0.66 | 0.19 | 0 | 0.66 | 196.84 | 0.5 | 0.23 |
| Hex | 1D | 46 | 56 | 42 | 13 | 0 | 42 | C5 | 32 | 17 |
| Octal | 35 | 106 | 126 | 102 | 23 | 0 | 102 | 305 | 62 | 27 |
| Binary | 11101 | 1000110 | 1010110 | 1000010 | 10011 | 0 | 1000010 | 11000101 | 110010 | 10111 |
Color Harmonies of #1D4656
Complementary color
Monochromatic Colors of #1D4656
Black with #1D4656
Text Example
Text Example
White with #1D4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4656; }
p { color: rgb(29,70,86); }
H1.HeaderClassName
{
color: #1D4656;
}
.AnyTagClassName
{
color: #1D4656;
}
</style>
background-color css
<style>
a { background-color: #1D4656; }
a { background-color: rgb(29,70,86); }
div.DivClassName
{
background-color: #1D4656;
}
.BgClassName
{
background-color: #1D4656;
}
</style>
border-color css
<style>
span { border-color: #1D4656; }
span { border-color: rgb(29,70,86); }
td.TdClassName
{
border-color: #1D4656;
}
.TagClassName
{
border-color: #1D4656;
}
</style>