Shades of Astronaut Blue #1D4054
Tints of Astronaut Blue #1D4054
RGB
CMYK
RGB Variations
Color information
#1D4054 (or 0x1D4054) is known color: Astronaut Blue. HEX triplet: 1D, 40 and 54. RGB value is (29,64,84). Sum of RGB (Red+Green+Blue) = 29+64+84=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4054 is #E2BFAB. Grayscale: #373737. Windows color (decimal): -14860204 or 5521437. OLE color: 5521437.
HSL color Cylindrical-coordinate representation of color #1D4054: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4054 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 64 | 84 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.67 |
| HSL | 201.82º | 0.49% | 0.22% | - |
| HSV(B) | 201.82º | 0.65% | 0.33% | - |
| XYZ | 3.94 | 4.57 | 9.06 | - |
| YUV | 55.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 84 | 0.65 | 0.24 | 0 | 0.67 | 201.82 | 0.49 | 0.22 |
| Hex | 1D | 40 | 54 | 41 | 18 | 0 | 43 | CA | 31 | 16 |
| Octal | 35 | 100 | 124 | 101 | 30 | 0 | 103 | 312 | 61 | 26 |
| Binary | 11101 | 1000000 | 1010100 | 1000001 | 11000 | 0 | 1000011 | 11001010 | 110001 | 10110 |
Color Harmonies of #1D4054
Complementary color
Monochromatic Colors of #1D4054
Black with #1D4054
Text Example
Text Example
White with #1D4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4054; }
p { color: rgb(29,64,84); }
H1.HeaderClassName
{
color: #1D4054;
}
.AnyTagClassName
{
color: #1D4054;
}
</style>
background-color css
<style>
a { background-color: #1D4054; }
a { background-color: rgb(29,64,84); }
div.DivClassName
{
background-color: #1D4054;
}
.BgClassName
{
background-color: #1D4054;
}
</style>
border-color css
<style>
span { border-color: #1D4054; }
span { border-color: rgb(29,64,84); }
td.TdClassName
{
border-color: #1D4054;
}
.TagClassName
{
border-color: #1D4054;
}
</style>