Shades of Astronaut Blue #104D64
Tints of Astronaut Blue #104D64
RGB
CMYK
RGB Variations
Color information
#104D64 (or 0x104D64) is known color: Astronaut Blue. HEX triplet: 10, 4D and 64. RGB value is (16,77,100). Sum of RGB (Red+Green+Blue) = 16+77+100=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #104D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D64 is #EFB29B. Grayscale: #3D3D3D. Windows color (decimal): -15708828 or 6573328. OLE color: 6573328.
HSL color Cylindrical-coordinate representation of color #104D64: hue angle of 196.43º 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 #104D64 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 77 | 100 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.61 |
| HSL | 196.43º | 0.72% | 0.23% | - |
| HSV(B) | 196.43º | 0.84% | 0.39% | - |
| XYZ | 5.17 | 6.34 | 13.01 | - |
| YUV | 61.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 100 | 0.84 | 0.23 | 0 | 0.61 | 196.43 | 0.72 | 0.23 |
| Hex | 10 | 4D | 64 | 54 | 17 | 0 | 3D | C4 | 48 | 17 |
| Octal | 20 | 115 | 144 | 124 | 27 | 0 | 75 | 304 | 110 | 27 |
| Binary | 10000 | 1001101 | 1100100 | 1010100 | 10111 | 0 | 111101 | 11000100 | 1001000 | 10111 |
Color Harmonies of #104D64
Complementary color
Monochromatic Colors of #104D64
Black with #104D64
Text Example
Text Example
White with #104D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D64; }
p { color: rgb(16,77,100); }
H1.HeaderClassName
{
color: #104D64;
}
.AnyTagClassName
{
color: #104D64;
}
</style>
background-color css
<style>
a { background-color: #104D64; }
a { background-color: rgb(16,77,100); }
div.DivClassName
{
background-color: #104D64;
}
.BgClassName
{
background-color: #104D64;
}
</style>
border-color css
<style>
span { border-color: #104D64; }
span { border-color: rgb(16,77,100); }
td.TdClassName
{
border-color: #104D64;
}
.TagClassName
{
border-color: #104D64;
}
</style>