Shades of Astronaut Blue #104C64
Tints of Astronaut Blue #104C64
RGB
CMYK
RGB Variations
Color information
#104C64 (or 0x104C64) is known color: Astronaut Blue. HEX triplet: 10, 4C and 64. RGB value is (16,76,100). Sum of RGB (Red+Green+Blue) = 16+76+100=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #104C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C64 is #EFB39B. Grayscale: #3C3C3C. Windows color (decimal): -15709084 or 6573072. OLE color: 6573072.
HSL color Cylindrical-coordinate representation of color #104C64: hue angle of 197.14º 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 #104C64 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 76 | 100 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.61 |
| HSL | 197.14º | 0.72% | 0.23% | - |
| HSV(B) | 197.14º | 0.84% | 0.39% | - |
| XYZ | 5.1 | 6.2 | 12.98 | - |
| YUV | 60.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 100 | 0.84 | 0.24 | 0 | 0.61 | 197.14 | 0.72 | 0.23 |
| Hex | 10 | 4C | 64 | 54 | 18 | 0 | 3D | C5 | 48 | 17 |
| Octal | 20 | 114 | 144 | 124 | 30 | 0 | 75 | 305 | 110 | 27 |
| Binary | 10000 | 1001100 | 1100100 | 1010100 | 11000 | 0 | 111101 | 11000101 | 1001000 | 10111 |
Color Harmonies of #104C64
Complementary color
Monochromatic Colors of #104C64
Black with #104C64
Text Example
Text Example
White with #104C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C64; }
p { color: rgb(16,76,100); }
H1.HeaderClassName
{
color: #104C64;
}
.AnyTagClassName
{
color: #104C64;
}
</style>
background-color css
<style>
a { background-color: #104C64; }
a { background-color: rgb(16,76,100); }
div.DivClassName
{
background-color: #104C64;
}
.BgClassName
{
background-color: #104C64;
}
</style>
border-color css
<style>
span { border-color: #104C64; }
span { border-color: rgb(16,76,100); }
td.TdClassName
{
border-color: #104C64;
}
.TagClassName
{
border-color: #104C64;
}
</style>