Shades of Astronaut Blue #1D4657
Tints of Astronaut Blue #1D4657
RGB
CMYK
RGB Variations
Color information
#1D4657 (or 0x1D4657) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 57. RGB value is (29,70,87). Sum of RGB (Red+Green+Blue) = 29+70+87=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4657 is #E2B9A8. Grayscale: #3B3B3B. Windows color (decimal): -14858665 or 5719581. OLE color: 5719581.
HSL color Cylindrical-coordinate representation of color #1D4657: hue angle of 197.59º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4657 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 70 | 87 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.66 |
| HSL | 197.59º | 0.5% | 0.23% | - |
| HSV(B) | 197.59º | 0.67% | 0.34% | - |
| XYZ | 4.42 | 5.33 | 9.81 | - |
| YUV | 59.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 87 | 0.67 | 0.20 | 0 | 0.66 | 197.59 | 0.5 | 0.23 |
| Hex | 1D | 46 | 57 | 43 | 14 | 0 | 42 | C6 | 32 | 17 |
| Octal | 35 | 106 | 127 | 103 | 24 | 0 | 102 | 306 | 62 | 27 |
| Binary | 11101 | 1000110 | 1010111 | 1000011 | 10100 | 0 | 1000010 | 11000110 | 110010 | 10111 |
Color Harmonies of #1D4657
Complementary color
Monochromatic Colors of #1D4657
Black with #1D4657
Text Example
Text Example
White with #1D4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4657; }
p { color: rgb(29,70,87); }
H1.HeaderClassName
{
color: #1D4657;
}
.AnyTagClassName
{
color: #1D4657;
}
</style>
background-color css
<style>
a { background-color: #1D4657; }
a { background-color: rgb(29,70,87); }
div.DivClassName
{
background-color: #1D4657;
}
.BgClassName
{
background-color: #1D4657;
}
</style>
border-color css
<style>
span { border-color: #1D4657; }
span { border-color: rgb(29,70,87); }
td.TdClassName
{
border-color: #1D4657;
}
.TagClassName
{
border-color: #1D4657;
}
</style>