Shades of Astronaut Blue #1D4557
Tints of Astronaut Blue #1D4557
RGB
CMYK
RGB Variations
Color information
#1D4557 (or 0x1D4557) is known color: Astronaut Blue. HEX triplet: 1D, 45 and 57. RGB value is (29,69,87). Sum of RGB (Red+Green+Blue) = 29+69+87=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D4557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4557 is #E2BAA8. Grayscale: #3A3A3A. Windows color (decimal): -14858921 or 5719325. OLE color: 5719325.
HSL color Cylindrical-coordinate representation of color #1D4557: hue angle of 198.62º 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 #1D4557 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 69 | 87 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.66 |
| HSL | 198.62º | 0.5% | 0.23% | - |
| HSV(B) | 198.62º | 0.67% | 0.34% | - |
| XYZ | 4.36 | 5.21 | 9.79 | - |
| YUV | 59.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 87 | 0.67 | 0.21 | 0 | 0.66 | 198.62 | 0.5 | 0.23 |
| Hex | 1D | 45 | 57 | 43 | 15 | 0 | 42 | C7 | 32 | 17 |
| Octal | 35 | 105 | 127 | 103 | 25 | 0 | 102 | 307 | 62 | 27 |
| Binary | 11101 | 1000101 | 1010111 | 1000011 | 10101 | 0 | 1000010 | 11000111 | 110010 | 10111 |
Color Harmonies of #1D4557
Complementary color
Monochromatic Colors of #1D4557
Black with #1D4557
Text Example
Text Example
White with #1D4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4557; }
p { color: rgb(29,69,87); }
H1.HeaderClassName
{
color: #1D4557;
}
.AnyTagClassName
{
color: #1D4557;
}
</style>
background-color css
<style>
a { background-color: #1D4557; }
a { background-color: rgb(29,69,87); }
div.DivClassName
{
background-color: #1D4557;
}
.BgClassName
{
background-color: #1D4557;
}
</style>
border-color css
<style>
span { border-color: #1D4557; }
span { border-color: rgb(29,69,87); }
td.TdClassName
{
border-color: #1D4557;
}
.TagClassName
{
border-color: #1D4557;
}
</style>