Shades of Astronaut Blue #1D465B
Tints of Astronaut Blue #1D465B
RGB
CMYK
RGB Variations
Color information
#1D465B (or 0x1D465B) is known color: Astronaut Blue. HEX triplet: 1D, 46 and 5B. RGB value is (29,70,91). Sum of RGB (Red+Green+Blue) = 29+70+91=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D465B is #E2B9A4. Grayscale: #3C3C3C. Windows color (decimal): -14858661 or 5981725. OLE color: 5981725.
HSL color Cylindrical-coordinate representation of color #1D465B: hue angle of 200.32º 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 #1D465B is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 70 | 91 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.64 |
| HSL | 200.32º | 0.52% | 0.24% | - |
| HSV(B) | 200.32º | 0.68% | 0.36% | - |
| XYZ | 4.59 | 5.4 | 10.7 | - |
| YUV | 60.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 91 | 0.68 | 0.23 | 0 | 0.64 | 200.32 | 0.52 | 0.24 |
| Hex | 1D | 46 | 5B | 44 | 17 | 0 | 40 | C8 | 34 | 18 |
| Octal | 35 | 106 | 133 | 104 | 27 | 0 | 100 | 310 | 64 | 30 |
| Binary | 11101 | 1000110 | 1011011 | 1000100 | 10111 | 0 | 1000000 | 11001000 | 110100 | 11000 |
Color Harmonies of #1D465B
Complementary color
Monochromatic Colors of #1D465B
Black with #1D465B
Text Example
Text Example
White with #1D465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D465B; }
p { color: rgb(29,70,91); }
H1.HeaderClassName
{
color: #1D465B;
}
.AnyTagClassName
{
color: #1D465B;
}
</style>
background-color css
<style>
a { background-color: #1D465B; }
a { background-color: rgb(29,70,91); }
div.DivClassName
{
background-color: #1D465B;
}
.BgClassName
{
background-color: #1D465B;
}
</style>
border-color css
<style>
span { border-color: #1D465B; }
span { border-color: rgb(29,70,91); }
td.TdClassName
{
border-color: #1D465B;
}
.TagClassName
{
border-color: #1D465B;
}
</style>