Shades of Astronaut Blue #1D4359
Tints of Astronaut Blue #1D4359
RGB
CMYK
RGB Variations
Color information
#1D4359 (or 0x1D4359) is known color: Astronaut Blue. HEX triplet: 1D, 43 and 59. RGB value is (29,67,89). Sum of RGB (Red+Green+Blue) = 29+67+89=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4359 is #E2BCA6. Grayscale: #3A3A3A. Windows color (decimal): -14859431 or 5849885. OLE color: 5849885.
HSL color Cylindrical-coordinate representation of color #1D4359: hue angle of 202º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4359 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 67 | 89 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.65 |
| HSL | 202º | 0.51% | 0.23% | - |
| HSV(B) | 202º | 0.67% | 0.35% | - |
| XYZ | 4.32 | 5 | 10.19 | - |
| YUV | 58.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 89 | 0.67 | 0.25 | 0 | 0.65 | 202 | 0.51 | 0.23 |
| Hex | 1D | 43 | 59 | 43 | 19 | 0 | 41 | CA | 33 | 17 |
| Octal | 35 | 103 | 131 | 103 | 31 | 0 | 101 | 312 | 63 | 27 |
| Binary | 11101 | 1000011 | 1011001 | 1000011 | 11001 | 0 | 1000001 | 11001010 | 110011 | 10111 |
Color Harmonies of #1D4359
Complementary color
Monochromatic Colors of #1D4359
Black with #1D4359
Text Example
Text Example
White with #1D4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4359; }
p { color: rgb(29,67,89); }
H1.HeaderClassName
{
color: #1D4359;
}
.AnyTagClassName
{
color: #1D4359;
}
</style>
background-color css
<style>
a { background-color: #1D4359; }
a { background-color: rgb(29,67,89); }
div.DivClassName
{
background-color: #1D4359;
}
.BgClassName
{
background-color: #1D4359;
}
</style>
border-color css
<style>
span { border-color: #1D4359; }
span { border-color: rgb(29,67,89); }
td.TdClassName
{
border-color: #1D4359;
}
.TagClassName
{
border-color: #1D4359;
}
</style>