Shades of Astronaut Blue #1D4556
Tints of Astronaut Blue #1D4556
RGB
CMYK
RGB Variations
Color information
#1D4556 (or 0x1D4556) is known color: Astronaut Blue. HEX triplet: 1D, 45 and 56. RGB value is (29,69,86). Sum of RGB (Red+Green+Blue) = 29+69+86=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4556 is #E2BAA9. Grayscale: #3A3A3A. Windows color (decimal): -14858922 or 5653789. OLE color: 5653789.
HSL color Cylindrical-coordinate representation of color #1D4556: hue angle of 197.89º 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 #1D4556 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 69 | 86 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.66 |
| HSL | 197.89º | 0.5% | 0.23% | - |
| HSV(B) | 197.89º | 0.66% | 0.34% | - |
| XYZ | 4.31 | 5.19 | 9.58 | - |
| YUV | 58.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 86 | 0.66 | 0.20 | 0 | 0.66 | 197.89 | 0.5 | 0.23 |
| Hex | 1D | 45 | 56 | 42 | 14 | 0 | 42 | C6 | 32 | 17 |
| Octal | 35 | 105 | 126 | 102 | 24 | 0 | 102 | 306 | 62 | 27 |
| Binary | 11101 | 1000101 | 1010110 | 1000010 | 10100 | 0 | 1000010 | 11000110 | 110010 | 10111 |
Color Harmonies of #1D4556
Complementary color
Monochromatic Colors of #1D4556
Black with #1D4556
Text Example
Text Example
White with #1D4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4556; }
p { color: rgb(29,69,86); }
H1.HeaderClassName
{
color: #1D4556;
}
.AnyTagClassName
{
color: #1D4556;
}
</style>
background-color css
<style>
a { background-color: #1D4556; }
a { background-color: rgb(29,69,86); }
div.DivClassName
{
background-color: #1D4556;
}
.BgClassName
{
background-color: #1D4556;
}
</style>
border-color css
<style>
span { border-color: #1D4556; }
span { border-color: rgb(29,69,86); }
td.TdClassName
{
border-color: #1D4556;
}
.TagClassName
{
border-color: #1D4556;
}
</style>