Shades of Astronaut Blue #1D465C
Tints of Astronaut Blue #1D465C
RGB
CMYK
RGB Variations
Color information
#1D465C (or 0x1D465C) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 5C. RGB value is (29,70,92). Sum of RGB (Red+Green+Blue) = 29+70+92=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D465C is #E2B9A3. Grayscale: #3C3C3C. Windows color (decimal): -14858660 or 6047261. OLE color: 6047261.
HSL color Cylindrical-coordinate representation of color #1D465C: hue angle of 200.95º 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 #1D465C is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 70 | 92 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.64 |
| HSL | 200.95º | 0.52% | 0.24% | - |
| HSV(B) | 200.95º | 0.68% | 0.36% | - |
| XYZ | 4.63 | 5.41 | 10.93 | - |
| YUV | 60.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 92 | 0.68 | 0.24 | 0 | 0.64 | 200.95 | 0.52 | 0.24 |
| Hex | 1D | 46 | 5C | 44 | 18 | 0 | 40 | C9 | 34 | 18 |
| Octal | 35 | 106 | 134 | 104 | 30 | 0 | 100 | 311 | 64 | 30 |
| Binary | 11101 | 1000110 | 1011100 | 1000100 | 11000 | 0 | 1000000 | 11001001 | 110100 | 11000 |
Color Harmonies of #1D465C
Complementary color
Monochromatic Colors of #1D465C
Black with #1D465C
Text Example
Text Example
White with #1D465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D465C; }
p { color: rgb(29,70,92); }
H1.HeaderClassName
{
color: #1D465C;
}
.AnyTagClassName
{
color: #1D465C;
}
</style>
background-color css
<style>
a { background-color: #1D465C; }
a { background-color: rgb(29,70,92); }
div.DivClassName
{
background-color: #1D465C;
}
.BgClassName
{
background-color: #1D465C;
}
</style>
border-color css
<style>
span { border-color: #1D465C; }
span { border-color: rgb(29,70,92); }
td.TdClassName
{
border-color: #1D465C;
}
.TagClassName
{
border-color: #1D465C;
}
</style>