Shades of Astronaut Blue #1D445D
Tints of Astronaut Blue #1D445D
RGB
CMYK
RGB Variations
Color information
#1D445D (or 0x1D445D) is known color: Astronaut Blue. HEX triplet: 1D, 44 and 5D. RGB value is (29,68,93). Sum of RGB (Red+Green+Blue) = 29+68+93=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D445D is #E2BBA2. Grayscale: #3B3B3B. Windows color (decimal): -14859171 or 6112285. OLE color: 6112285.
HSL color Cylindrical-coordinate representation of color #1D445D: hue angle of 203.44º 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 #1D445D is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 68 | 93 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.64 |
| HSL | 203.44º | 0.52% | 0.24% | - |
| HSV(B) | 203.44º | 0.69% | 0.36% | - |
| XYZ | 4.55 | 5.19 | 11.12 | - |
| YUV | 59.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 93 | 0.69 | 0.27 | 0 | 0.64 | 203.44 | 0.52 | 0.24 |
| Hex | 1D | 44 | 5D | 45 | 1B | 0 | 40 | CB | 34 | 18 |
| Octal | 35 | 104 | 135 | 105 | 33 | 0 | 100 | 313 | 64 | 30 |
| Binary | 11101 | 1000100 | 1011101 | 1000101 | 11011 | 0 | 1000000 | 11001011 | 110100 | 11000 |
Color Harmonies of #1D445D
Complementary color
Monochromatic Colors of #1D445D
Black with #1D445D
Text Example
Text Example
White with #1D445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D445D; }
p { color: rgb(29,68,93); }
H1.HeaderClassName
{
color: #1D445D;
}
.AnyTagClassName
{
color: #1D445D;
}
</style>
background-color css
<style>
a { background-color: #1D445D; }
a { background-color: rgb(29,68,93); }
div.DivClassName
{
background-color: #1D445D;
}
.BgClassName
{
background-color: #1D445D;
}
</style>
border-color css
<style>
span { border-color: #1D445D; }
span { border-color: rgb(29,68,93); }
td.TdClassName
{
border-color: #1D445D;
}
.TagClassName
{
border-color: #1D445D;
}
</style>