Shades of Astronaut Blue #1D4B5D
Tints of Astronaut Blue #1D4B5D
RGB
CMYK
RGB Variations
Color information
#1D4B5D (or 0x1D4B5D) is known color: Astronaut Blue. HEX triplet: 1D, 4B and 5D. RGB value is (29,75,93). Sum of RGB (Red+Green+Blue) = 29+75+93=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D4B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B5D is #E2B4A2. Grayscale: #3F3F3F. Windows color (decimal): -14857379 or 6114077. OLE color: 6114077.
HSL color Cylindrical-coordinate representation of color #1D4B5D: hue angle of 196.88º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D4B5D is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 75 | 93 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.64 |
| HSL | 196.88º | 0.52% | 0.24% | - |
| HSV(B) | 196.88º | 0.69% | 0.36% | - |
| XYZ | 5 | 6.08 | 11.27 | - |
| YUV | 63.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 93 | 0.69 | 0.19 | 0 | 0.64 | 196.88 | 0.52 | 0.24 |
| Hex | 1D | 4B | 5D | 45 | 13 | 0 | 40 | C5 | 34 | 18 |
| Octal | 35 | 113 | 135 | 105 | 23 | 0 | 100 | 305 | 64 | 30 |
| Binary | 11101 | 1001011 | 1011101 | 1000101 | 10011 | 0 | 1000000 | 11000101 | 110100 | 11000 |
Color Harmonies of #1D4B5D
Complementary color
Monochromatic Colors of #1D4B5D
Black with #1D4B5D
Text Example
Text Example
White with #1D4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B5D; }
p { color: rgb(29,75,93); }
H1.HeaderClassName
{
color: #1D4B5D;
}
.AnyTagClassName
{
color: #1D4B5D;
}
</style>
background-color css
<style>
a { background-color: #1D4B5D; }
a { background-color: rgb(29,75,93); }
div.DivClassName
{
background-color: #1D4B5D;
}
.BgClassName
{
background-color: #1D4B5D;
}
</style>
border-color css
<style>
span { border-color: #1D4B5D; }
span { border-color: rgb(29,75,93); }
td.TdClassName
{
border-color: #1D4B5D;
}
.TagClassName
{
border-color: #1D4B5D;
}
</style>