Shades of Astronaut Blue #104A59
Tints of Astronaut Blue #104A59
RGB
CMYK
RGB Variations
Color information
#104A59 (or 0x104A59) is known color: Astronaut Blue. HEX triplet: 10, 4A and 59. RGB value is (16,74,89). Sum of RGB (Red+Green+Blue) = 16+74+89=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #104A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A59 is #EFB5A6. Grayscale: #3A3A3A. Windows color (decimal): -15709607 or 5851664. OLE color: 5851664.
HSL color Cylindrical-coordinate representation of color #104A59: hue angle of 192.33º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104A59 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 74 | 89 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.65 |
| HSL | 192.33º | 0.7% | 0.21% | - |
| HSV(B) | 192.33º | 0.82% | 0.35% | - |
| XYZ | 4.47 | 5.73 | 10.32 | - |
| YUV | 58.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 89 | 0.82 | 0.17 | 0 | 0.65 | 192.33 | 0.7 | 0.21 |
| Hex | 10 | 4A | 59 | 52 | 11 | 0 | 41 | C0 | 46 | 15 |
| Octal | 20 | 112 | 131 | 122 | 21 | 0 | 101 | 300 | 106 | 25 |
| Binary | 10000 | 1001010 | 1011001 | 1010010 | 10001 | 0 | 1000001 | 11000000 | 1000110 | 10101 |
Color Harmonies of #104A59
Complementary color
Monochromatic Colors of #104A59
Black with #104A59
Text Example
Text Example
White with #104A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A59; }
p { color: rgb(16,74,89); }
H1.HeaderClassName
{
color: #104A59;
}
.AnyTagClassName
{
color: #104A59;
}
</style>
background-color css
<style>
a { background-color: #104A59; }
a { background-color: rgb(16,74,89); }
div.DivClassName
{
background-color: #104A59;
}
.BgClassName
{
background-color: #104A59;
}
</style>
border-color css
<style>
span { border-color: #104A59; }
span { border-color: rgb(16,74,89); }
td.TdClassName
{
border-color: #104A59;
}
.TagClassName
{
border-color: #104A59;
}
</style>