Shades of Astronaut Blue #1D475C
Tints of Astronaut Blue #1D475C
RGB
CMYK
RGB Variations
Color information
#1D475C (or 0x1D475C) is known color: Astronaut Blue. HEX triplet: 1D, 47 and 5C. RGB value is (29,71,92). Sum of RGB (Red+Green+Blue) = 29+71+92=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D475C is #E2B8A3. Grayscale: #3C3C3C. Windows color (decimal): -14858404 or 6047517. OLE color: 6047517.
HSL color Cylindrical-coordinate representation of color #1D475C: hue angle of 200º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D475C is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 71 | 92 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.64 |
| HSL | 200º | 0.52% | 0.24% | - |
| HSV(B) | 200º | 0.68% | 0.36% | - |
| XYZ | 4.69 | 5.54 | 10.95 | - |
| YUV | 60.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 92 | 0.68 | 0.23 | 0 | 0.64 | 200 | 0.52 | 0.24 |
| Hex | 1D | 47 | 5C | 44 | 17 | 0 | 40 | C8 | 34 | 18 |
| Octal | 35 | 107 | 134 | 104 | 27 | 0 | 100 | 310 | 64 | 30 |
| Binary | 11101 | 1000111 | 1011100 | 1000100 | 10111 | 0 | 1000000 | 11001000 | 110100 | 11000 |
Color Harmonies of #1D475C
Complementary color
Monochromatic Colors of #1D475C
Black with #1D475C
Text Example
Text Example
White with #1D475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D475C; }
p { color: rgb(29,71,92); }
H1.HeaderClassName
{
color: #1D475C;
}
.AnyTagClassName
{
color: #1D475C;
}
</style>
background-color css
<style>
a { background-color: #1D475C; }
a { background-color: rgb(29,71,92); }
div.DivClassName
{
background-color: #1D475C;
}
.BgClassName
{
background-color: #1D475C;
}
</style>
border-color css
<style>
span { border-color: #1D475C; }
span { border-color: rgb(29,71,92); }
td.TdClassName
{
border-color: #1D475C;
}
.TagClassName
{
border-color: #1D475C;
}
</style>