Shades of Astronaut Blue #1D445B
Tints of Astronaut Blue #1D445B
RGB
CMYK
RGB Variations
Color information
#1D445B (or 0x1D445B) is known color: Astronaut Blue. HEX triplet: 1D, 44 and 5B. RGB value is (29,68,91). Sum of RGB (Red+Green+Blue) = 29+68+91=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D445B is #E2BBA4. Grayscale: #3A3A3A. Windows color (decimal): -14859173 or 5981213. OLE color: 5981213.
HSL color Cylindrical-coordinate representation of color #1D445B: hue angle of 202.26º 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 #1D445B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 68 | 91 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.64 |
| HSL | 202.26º | 0.52% | 0.24% | - |
| HSV(B) | 202.26º | 0.68% | 0.36% | - |
| XYZ | 4.46 | 5.15 | 10.66 | - |
| YUV | 58.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 91 | 0.68 | 0.25 | 0 | 0.64 | 202.26 | 0.52 | 0.24 |
| Hex | 1D | 44 | 5B | 44 | 19 | 0 | 40 | CA | 34 | 18 |
| Octal | 35 | 104 | 133 | 104 | 31 | 0 | 100 | 312 | 64 | 30 |
| Binary | 11101 | 1000100 | 1011011 | 1000100 | 11001 | 0 | 1000000 | 11001010 | 110100 | 11000 |
Color Harmonies of #1D445B
Complementary color
Monochromatic Colors of #1D445B
Black with #1D445B
Text Example
Text Example
White with #1D445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D445B; }
p { color: rgb(29,68,91); }
H1.HeaderClassName
{
color: #1D445B;
}
.AnyTagClassName
{
color: #1D445B;
}
</style>
background-color css
<style>
a { background-color: #1D445B; }
a { background-color: rgb(29,68,91); }
div.DivClassName
{
background-color: #1D445B;
}
.BgClassName
{
background-color: #1D445B;
}
</style>
border-color css
<style>
span { border-color: #1D445B; }
span { border-color: rgb(29,68,91); }
td.TdClassName
{
border-color: #1D445B;
}
.TagClassName
{
border-color: #1D445B;
}
</style>