Shades of Astronaut Blue #1D4865
Tints of Astronaut Blue #1D4865
RGB
CMYK
RGB Variations
Color information
#1D4865 (or 0x1D4865) is known color: Astronaut Blue. HEX triplet: 1D, 48 and 65. RGB value is (29,72,101). Sum of RGB (Red+Green+Blue) = 29+72+101=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D4865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4865 is #E2B79A. Grayscale: #3E3E3E. Windows color (decimal): -14858139 or 6637597. OLE color: 6637597.
HSL color Cylindrical-coordinate representation of color #1D4865: hue angle of 204.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4865 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 72 | 101 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.60 |
| HSL | 204.17º | 0.55% | 0.25% | - |
| HSV(B) | 204.17º | 0.71% | 0.4% | - |
| XYZ | 5.17 | 5.84 | 13.17 | - |
| YUV | 62.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 101 | 0.71 | 0.29 | 0 | 0.60 | 204.17 | 0.55 | 0.25 |
| Hex | 1D | 48 | 65 | 47 | 1D | 0 | 3C | CC | 37 | 19 |
| Octal | 35 | 110 | 145 | 107 | 35 | 0 | 74 | 314 | 67 | 31 |
| Binary | 11101 | 1001000 | 1100101 | 1000111 | 11101 | 0 | 111100 | 11001100 | 110111 | 11001 |
Color Harmonies of #1D4865
Complementary color
Monochromatic Colors of #1D4865
Black with #1D4865
Text Example
Text Example
White with #1D4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4865; }
p { color: rgb(29,72,101); }
H1.HeaderClassName
{
color: #1D4865;
}
.AnyTagClassName
{
color: #1D4865;
}
</style>
background-color css
<style>
a { background-color: #1D4865; }
a { background-color: rgb(29,72,101); }
div.DivClassName
{
background-color: #1D4865;
}
.BgClassName
{
background-color: #1D4865;
}
</style>
border-color css
<style>
span { border-color: #1D4865; }
span { border-color: rgb(29,72,101); }
td.TdClassName
{
border-color: #1D4865;
}
.TagClassName
{
border-color: #1D4865;
}
</style>