Shades of Astronaut Blue #104A65
Tints of Astronaut Blue #104A65
RGB
CMYK
RGB Variations
Color information
#104A65 (or 0x104A65) is known color: Astronaut Blue. HEX triplet: 10, 4A and 65. RGB value is (16,74,101). Sum of RGB (Red+Green+Blue) = 16+74+101=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #104A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A65 is #EFB59A. Grayscale: #3B3B3B. Windows color (decimal): -15709595 or 6638096. OLE color: 6638096.
HSL color Cylindrical-coordinate representation of color #104A65: hue angle of 199.06º 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 #104A65 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 74 | 101 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.60 |
| HSL | 199.06º | 0.73% | 0.23% | - |
| HSV(B) | 199.06º | 0.84% | 0.4% | - |
| XYZ | 5.01 | 5.95 | 13.2 | - |
| YUV | 59.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 101 | 0.84 | 0.27 | 0 | 0.60 | 199.06 | 0.73 | 0.23 |
| Hex | 10 | 4A | 65 | 54 | 1B | 0 | 3C | C7 | 49 | 17 |
| Octal | 20 | 112 | 145 | 124 | 33 | 0 | 74 | 307 | 111 | 27 |
| Binary | 10000 | 1001010 | 1100101 | 1010100 | 11011 | 0 | 111100 | 11000111 | 1001001 | 10111 |
Color Harmonies of #104A65
Complementary color
Monochromatic Colors of #104A65
Black with #104A65
Text Example
Text Example
White with #104A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A65; }
p { color: rgb(16,74,101); }
H1.HeaderClassName
{
color: #104A65;
}
.AnyTagClassName
{
color: #104A65;
}
</style>
background-color css
<style>
a { background-color: #104A65; }
a { background-color: rgb(16,74,101); }
div.DivClassName
{
background-color: #104A65;
}
.BgClassName
{
background-color: #104A65;
}
</style>
border-color css
<style>
span { border-color: #104A65; }
span { border-color: rgb(16,74,101); }
td.TdClassName
{
border-color: #104A65;
}
.TagClassName
{
border-color: #104A65;
}
</style>