Shades of Astronaut Blue #1D4354
Tints of Astronaut Blue #1D4354
RGB
CMYK
RGB Variations
Color information
#1D4354 (or 0x1D4354) is known color: Astronaut Blue. HEX triplet: 1D, 43 and 54. RGB value is (29,67,84). Sum of RGB (Red+Green+Blue) = 29+67+84=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4354 is #E2BCAB. Grayscale: #393939. Windows color (decimal): -14859436 or 5522205. OLE color: 5522205.
HSL color Cylindrical-coordinate representation of color #1D4354: hue angle of 198.55º 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 #1D4354 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 67 | 84 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.67 |
| HSL | 198.55º | 0.49% | 0.22% | - |
| HSV(B) | 198.55º | 0.65% | 0.33% | - |
| XYZ | 4.11 | 4.92 | 9.12 | - |
| YUV | 57.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 84 | 0.65 | 0.20 | 0 | 0.67 | 198.55 | 0.49 | 0.22 |
| Hex | 1D | 43 | 54 | 41 | 14 | 0 | 43 | C7 | 31 | 16 |
| Octal | 35 | 103 | 124 | 101 | 24 | 0 | 103 | 307 | 61 | 26 |
| Binary | 11101 | 1000011 | 1010100 | 1000001 | 10100 | 0 | 1000011 | 11000111 | 110001 | 10110 |
Color Harmonies of #1D4354
Complementary color
Monochromatic Colors of #1D4354
Black with #1D4354
Text Example
Text Example
White with #1D4354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4354; }
p { color: rgb(29,67,84); }
H1.HeaderClassName
{
color: #1D4354;
}
.AnyTagClassName
{
color: #1D4354;
}
</style>
background-color css
<style>
a { background-color: #1D4354; }
a { background-color: rgb(29,67,84); }
div.DivClassName
{
background-color: #1D4354;
}
.BgClassName
{
background-color: #1D4354;
}
</style>
border-color css
<style>
span { border-color: #1D4354; }
span { border-color: rgb(29,67,84); }
td.TdClassName
{
border-color: #1D4354;
}
.TagClassName
{
border-color: #1D4354;
}
</style>