Shades of Astronaut Blue #1D4156
Tints of Astronaut Blue #1D4156
RGB
CMYK
RGB Variations
Color information
#1D4156 (or 0x1D4156) is known color: Astronaut Blue. HEX triplet: 1D, 41 and 56. RGB value is (29,65,86). Sum of RGB (Red+Green+Blue) = 29+65+86=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4156 is #E2BEA9. Grayscale: #383838. Windows color (decimal): -14859946 or 5652765. OLE color: 5652765.
HSL color Cylindrical-coordinate representation of color #1D4156: hue angle of 202.11º 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 #1D4156 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 65 | 86 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.66 |
| HSL | 202.11º | 0.5% | 0.23% | - |
| HSV(B) | 202.11º | 0.66% | 0.34% | - |
| XYZ | 4.08 | 4.71 | 9.5 | - |
| YUV | 56.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 86 | 0.66 | 0.24 | 0 | 0.66 | 202.11 | 0.5 | 0.23 |
| Hex | 1D | 41 | 56 | 42 | 18 | 0 | 42 | CA | 32 | 17 |
| Octal | 35 | 101 | 126 | 102 | 30 | 0 | 102 | 312 | 62 | 27 |
| Binary | 11101 | 1000001 | 1010110 | 1000010 | 11000 | 0 | 1000010 | 11001010 | 110010 | 10111 |
Color Harmonies of #1D4156
Complementary color
Monochromatic Colors of #1D4156
Black with #1D4156
Text Example
Text Example
White with #1D4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4156; }
p { color: rgb(29,65,86); }
H1.HeaderClassName
{
color: #1D4156;
}
.AnyTagClassName
{
color: #1D4156;
}
</style>
background-color css
<style>
a { background-color: #1D4156; }
a { background-color: rgb(29,65,86); }
div.DivClassName
{
background-color: #1D4156;
}
.BgClassName
{
background-color: #1D4156;
}
</style>
border-color css
<style>
span { border-color: #1D4156; }
span { border-color: rgb(29,65,86); }
td.TdClassName
{
border-color: #1D4156;
}
.TagClassName
{
border-color: #1D4156;
}
</style>