Shades of Astronaut Blue #1D4154
Tints of Astronaut Blue #1D4154
RGB
CMYK
RGB Variations
Color information
#1D4154 (or 0x1D4154) is known color: Astronaut Blue. HEX triplet: 1D, 41 and 54. RGB value is (29,65,84). Sum of RGB (Red+Green+Blue) = 29+65+84=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4154 is #E2BEAB. Grayscale: #383838. Windows color (decimal): -14859948 or 5521693. OLE color: 5521693.
HSL color Cylindrical-coordinate representation of color #1D4154: hue angle of 200.73º 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 #1D4154 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 65 | 84 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.67 |
| HSL | 200.73º | 0.49% | 0.22% | - |
| HSV(B) | 200.73º | 0.65% | 0.33% | - |
| XYZ | 4 | 4.68 | 9.08 | - |
| YUV | 56.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 84 | 0.65 | 0.23 | 0 | 0.67 | 200.73 | 0.49 | 0.22 |
| Hex | 1D | 41 | 54 | 41 | 17 | 0 | 43 | C9 | 31 | 16 |
| Octal | 35 | 101 | 124 | 101 | 27 | 0 | 103 | 311 | 61 | 26 |
| Binary | 11101 | 1000001 | 1010100 | 1000001 | 10111 | 0 | 1000011 | 11001001 | 110001 | 10110 |
Color Harmonies of #1D4154
Complementary color
Monochromatic Colors of #1D4154
Black with #1D4154
Text Example
Text Example
White with #1D4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4154; }
p { color: rgb(29,65,84); }
H1.HeaderClassName
{
color: #1D4154;
}
.AnyTagClassName
{
color: #1D4154;
}
</style>
background-color css
<style>
a { background-color: #1D4154; }
a { background-color: rgb(29,65,84); }
div.DivClassName
{
background-color: #1D4154;
}
.BgClassName
{
background-color: #1D4154;
}
</style>
border-color css
<style>
span { border-color: #1D4154; }
span { border-color: rgb(29,65,84); }
td.TdClassName
{
border-color: #1D4154;
}
.TagClassName
{
border-color: #1D4154;
}
</style>