Shades of Astronaut Blue #104759
Tints of Astronaut Blue #104759
RGB
CMYK
RGB Variations
Color information
#104759 (or 0x104759) is known color: Astronaut Blue. HEX triplet: 10, 47 and 59. RGB value is (16,71,89). Sum of RGB (Red+Green+Blue) = 16+71+89=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #104759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104759 is #EFB8A6. Grayscale: #383838. Windows color (decimal): -15710375 or 5850896. OLE color: 5850896.
HSL color Cylindrical-coordinate representation of color #104759: hue angle of 194.79º 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 #104759 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 71 | 89 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.65 |
| HSL | 194.79º | 0.7% | 0.21% | - |
| HSV(B) | 194.79º | 0.82% | 0.35% | - |
| XYZ | 4.27 | 5.34 | 10.26 | - |
| YUV | 56.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 89 | 0.82 | 0.20 | 0 | 0.65 | 194.79 | 0.7 | 0.21 |
| Hex | 10 | 47 | 59 | 52 | 14 | 0 | 41 | C3 | 46 | 15 |
| Octal | 20 | 107 | 131 | 122 | 24 | 0 | 101 | 303 | 106 | 25 |
| Binary | 10000 | 1000111 | 1011001 | 1010010 | 10100 | 0 | 1000001 | 11000011 | 1000110 | 10101 |
Color Harmonies of #104759
Complementary color
Monochromatic Colors of #104759
Black with #104759
Text Example
Text Example
White with #104759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104759; }
p { color: rgb(16,71,89); }
H1.HeaderClassName
{
color: #104759;
}
.AnyTagClassName
{
color: #104759;
}
</style>
background-color css
<style>
a { background-color: #104759; }
a { background-color: rgb(16,71,89); }
div.DivClassName
{
background-color: #104759;
}
.BgClassName
{
background-color: #104759;
}
</style>
border-color css
<style>
span { border-color: #104759; }
span { border-color: rgb(16,71,89); }
td.TdClassName
{
border-color: #104759;
}
.TagClassName
{
border-color: #104759;
}
</style>