Shades of Astronaut Blue #1D445A
Tints of Astronaut Blue #1D445A
RGB
CMYK
RGB Variations
Color information
#1D445A (or 0x1D445A) is known color: Astronaut Blue. HEX triplet: 1D, 44 and 5A. RGB value is (29,68,90). Sum of RGB (Red+Green+Blue) = 29+68+90=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D445A is #E2BBA5. Grayscale: #3A3A3A. Windows color (decimal): -14859174 or 5915677. OLE color: 5915677.
HSL color Cylindrical-coordinate representation of color #1D445A: hue angle of 201.64º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D445A is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 68 | 90 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.65 |
| HSL | 201.64º | 0.51% | 0.23% | - |
| HSV(B) | 201.64º | 0.68% | 0.35% | - |
| XYZ | 4.42 | 5.13 | 10.43 | - |
| YUV | 58.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 90 | 0.68 | 0.24 | 0 | 0.65 | 201.64 | 0.51 | 0.23 |
| Hex | 1D | 44 | 5A | 44 | 18 | 0 | 41 | CA | 33 | 17 |
| Octal | 35 | 104 | 132 | 104 | 30 | 0 | 101 | 312 | 63 | 27 |
| Binary | 11101 | 1000100 | 1011010 | 1000100 | 11000 | 0 | 1000001 | 11001010 | 110011 | 10111 |
Color Harmonies of #1D445A
Complementary color
Monochromatic Colors of #1D445A
Black with #1D445A
Text Example
Text Example
White with #1D445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D445A; }
p { color: rgb(29,68,90); }
H1.HeaderClassName
{
color: #1D445A;
}
.AnyTagClassName
{
color: #1D445A;
}
</style>
background-color css
<style>
a { background-color: #1D445A; }
a { background-color: rgb(29,68,90); }
div.DivClassName
{
background-color: #1D445A;
}
.BgClassName
{
background-color: #1D445A;
}
</style>
border-color css
<style>
span { border-color: #1D445A; }
span { border-color: rgb(29,68,90); }
td.TdClassName
{
border-color: #1D445A;
}
.TagClassName
{
border-color: #1D445A;
}
</style>