Shades of Astronaut Blue #104963
Tints of Astronaut Blue #104963
RGB
CMYK
RGB Variations
Color information
#104963 (or 0x104963) is known color: Astronaut Blue. HEX triplet: 10, 49 and 63. RGB value is (16,73,99). Sum of RGB (Red+Green+Blue) = 16+73+99=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #104963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104963 is #EFB69C. Grayscale: #3A3A3A. Windows color (decimal): -15709853 or 6506768. OLE color: 6506768.
HSL color Cylindrical-coordinate representation of color #104963: hue angle of 198.8º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104963 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 73 | 99 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.61 |
| HSL | 198.8º | 0.72% | 0.23% | - |
| HSV(B) | 198.8º | 0.84% | 0.39% | - |
| XYZ | 4.85 | 5.78 | 12.66 | - |
| YUV | 58.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 99 | 0.84 | 0.26 | 0 | 0.61 | 198.8 | 0.72 | 0.23 |
| Hex | 10 | 49 | 63 | 54 | 1A | 0 | 3D | C7 | 48 | 17 |
| Octal | 20 | 111 | 143 | 124 | 32 | 0 | 75 | 307 | 110 | 27 |
| Binary | 10000 | 1001001 | 1100011 | 1010100 | 11010 | 0 | 111101 | 11000111 | 1001000 | 10111 |
Color Harmonies of #104963
Complementary color
Monochromatic Colors of #104963
Black with #104963
Text Example
Text Example
White with #104963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104963; }
p { color: rgb(16,73,99); }
H1.HeaderClassName
{
color: #104963;
}
.AnyTagClassName
{
color: #104963;
}
</style>
background-color css
<style>
a { background-color: #104963; }
a { background-color: rgb(16,73,99); }
div.DivClassName
{
background-color: #104963;
}
.BgClassName
{
background-color: #104963;
}
</style>
border-color css
<style>
span { border-color: #104963; }
span { border-color: rgb(16,73,99); }
td.TdClassName
{
border-color: #104963;
}
.TagClassName
{
border-color: #104963;
}
</style>