Shades of Astronaut Blue #1D455F
Tints of Astronaut Blue #1D455F
RGB
CMYK
RGB Variations
Color information
#1D455F (or 0x1D455F) is known color: Astronaut Blue. HEX triplet: 1D, 45 and 5F. RGB value is (29,69,95). Sum of RGB (Red+Green+Blue) = 29+69+95=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D455F is #E2BAA0. Grayscale: #3B3B3B. Windows color (decimal): -14858913 or 6243613. OLE color: 6243613.
HSL color Cylindrical-coordinate representation of color #1D455F: hue angle of 203.64º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D455F is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 69 | 95 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.63 |
| HSL | 203.64º | 0.53% | 0.24% | - |
| HSV(B) | 203.64º | 0.69% | 0.37% | - |
| XYZ | 4.7 | 5.34 | 11.61 | - |
| YUV | 60 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 95 | 0.69 | 0.27 | 0 | 0.63 | 203.64 | 0.53 | 0.24 |
| Hex | 1D | 45 | 5F | 45 | 1B | 0 | 3F | CC | 35 | 18 |
| Octal | 35 | 105 | 137 | 105 | 33 | 0 | 77 | 314 | 65 | 30 |
| Binary | 11101 | 1000101 | 1011111 | 1000101 | 11011 | 0 | 111111 | 11001100 | 110101 | 11000 |
Color Harmonies of #1D455F
Complementary color
Monochromatic Colors of #1D455F
Black with #1D455F
Text Example
Text Example
White with #1D455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D455F; }
p { color: rgb(29,69,95); }
H1.HeaderClassName
{
color: #1D455F;
}
.AnyTagClassName
{
color: #1D455F;
}
</style>
background-color css
<style>
a { background-color: #1D455F; }
a { background-color: rgb(29,69,95); }
div.DivClassName
{
background-color: #1D455F;
}
.BgClassName
{
background-color: #1D455F;
}
</style>
border-color css
<style>
span { border-color: #1D455F; }
span { border-color: rgb(29,69,95); }
td.TdClassName
{
border-color: #1D455F;
}
.TagClassName
{
border-color: #1D455F;
}
</style>