Shades of Astronaut Blue #1D495A
Tints of Astronaut Blue #1D495A
RGB
CMYK
RGB Variations
Color information
#1D495A (or 0x1D495A) is known color: Astronaut Blue. HEX triplet: 1D, 49 and 5A. RGB value is (29,73,90). Sum of RGB (Red+Green+Blue) = 29+73+90=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D495A is #E2B6A5. Grayscale: #3D3D3D. Windows color (decimal): -14857894 or 5916957. OLE color: 5916957.
HSL color Cylindrical-coordinate representation of color #1D495A: hue angle of 196.72º 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 #1D495A is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 73 | 90 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.65 |
| HSL | 196.72º | 0.51% | 0.23% | - |
| HSV(B) | 196.72º | 0.68% | 0.35% | - |
| XYZ | 4.73 | 5.76 | 10.54 | - |
| YUV | 61.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 90 | 0.68 | 0.19 | 0 | 0.65 | 196.72 | 0.51 | 0.23 |
| Hex | 1D | 49 | 5A | 44 | 13 | 0 | 41 | C5 | 33 | 17 |
| Octal | 35 | 111 | 132 | 104 | 23 | 0 | 101 | 305 | 63 | 27 |
| Binary | 11101 | 1001001 | 1011010 | 1000100 | 10011 | 0 | 1000001 | 11000101 | 110011 | 10111 |
Color Harmonies of #1D495A
Complementary color
Monochromatic Colors of #1D495A
Black with #1D495A
Text Example
Text Example
White with #1D495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D495A; }
p { color: rgb(29,73,90); }
H1.HeaderClassName
{
color: #1D495A;
}
.AnyTagClassName
{
color: #1D495A;
}
</style>
background-color css
<style>
a { background-color: #1D495A; }
a { background-color: rgb(29,73,90); }
div.DivClassName
{
background-color: #1D495A;
}
.BgClassName
{
background-color: #1D495A;
}
</style>
border-color css
<style>
span { border-color: #1D495A; }
span { border-color: rgb(29,73,90); }
td.TdClassName
{
border-color: #1D495A;
}
.TagClassName
{
border-color: #1D495A;
}
</style>