Shades of Astronaut Blue #104D65
Tints of Astronaut Blue #104D65
RGB
CMYK
RGB Variations
Color information
#104D65 (or 0x104D65) is known color: Astronaut Blue. HEX triplet: 10, 4D and 65. RGB value is (16,77,101). Sum of RGB (Red+Green+Blue) = 16+77+101=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #104D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D65 is #EFB29A. Grayscale: #3D3D3D. Windows color (decimal): -15708827 or 6638864. OLE color: 6638864.
HSL color Cylindrical-coordinate representation of color #104D65: hue angle of 196.94º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104D65 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 77 | 101 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.60 |
| HSL | 196.94º | 0.73% | 0.23% | - |
| HSV(B) | 196.94º | 0.84% | 0.4% | - |
| XYZ | 5.22 | 6.36 | 13.26 | - |
| YUV | 61.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 101 | 0.84 | 0.24 | 0 | 0.60 | 196.94 | 0.73 | 0.23 |
| Hex | 10 | 4D | 65 | 54 | 18 | 0 | 3C | C5 | 49 | 17 |
| Octal | 20 | 115 | 145 | 124 | 30 | 0 | 74 | 305 | 111 | 27 |
| Binary | 10000 | 1001101 | 1100101 | 1010100 | 11000 | 0 | 111100 | 11000101 | 1001001 | 10111 |
Color Harmonies of #104D65
Complementary color
Monochromatic Colors of #104D65
Black with #104D65
Text Example
Text Example
White with #104D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D65; }
p { color: rgb(16,77,101); }
H1.HeaderClassName
{
color: #104D65;
}
.AnyTagClassName
{
color: #104D65;
}
</style>
background-color css
<style>
a { background-color: #104D65; }
a { background-color: rgb(16,77,101); }
div.DivClassName
{
background-color: #104D65;
}
.BgClassName
{
background-color: #104D65;
}
</style>
border-color css
<style>
span { border-color: #104D65; }
span { border-color: rgb(16,77,101); }
td.TdClassName
{
border-color: #104D65;
}
.TagClassName
{
border-color: #104D65;
}
</style>