Shades of Astronaut Blue #104859
Tints of Astronaut Blue #104859
RGB
CMYK
RGB Variations
Color information
#104859 (or 0x104859) is known color: Astronaut Blue. HEX triplet: 10, 48 and 59. RGB value is (16,72,89). Sum of RGB (Red+Green+Blue) = 16+72+89=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #104859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104859 is #EFB7A6. Grayscale: #393939. Windows color (decimal): -15710119 or 5851152. OLE color: 5851152.
HSL color Cylindrical-coordinate representation of color #104859: hue angle of 193.97º 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 #104859 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 72 | 89 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.65 |
| HSL | 193.97º | 0.7% | 0.21% | - |
| HSV(B) | 193.97º | 0.82% | 0.35% | - |
| XYZ | 4.33 | 5.47 | 10.28 | - |
| YUV | 57.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 89 | 0.82 | 0.19 | 0 | 0.65 | 193.97 | 0.7 | 0.21 |
| Hex | 10 | 48 | 59 | 52 | 13 | 0 | 41 | C2 | 46 | 15 |
| Octal | 20 | 110 | 131 | 122 | 23 | 0 | 101 | 302 | 106 | 25 |
| Binary | 10000 | 1001000 | 1011001 | 1010010 | 10011 | 0 | 1000001 | 11000010 | 1000110 | 10101 |
Color Harmonies of #104859
Complementary color
Monochromatic Colors of #104859
Black with #104859
Text Example
Text Example
White with #104859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104859; }
p { color: rgb(16,72,89); }
H1.HeaderClassName
{
color: #104859;
}
.AnyTagClassName
{
color: #104859;
}
</style>
background-color css
<style>
a { background-color: #104859; }
a { background-color: rgb(16,72,89); }
div.DivClassName
{
background-color: #104859;
}
.BgClassName
{
background-color: #104859;
}
</style>
border-color css
<style>
span { border-color: #104859; }
span { border-color: rgb(16,72,89); }
td.TdClassName
{
border-color: #104859;
}
.TagClassName
{
border-color: #104859;
}
</style>