Shades of Astronaut Blue #104758
Tints of Astronaut Blue #104758
RGB
CMYK
RGB Variations
Color information
#104758 (or 0x104758) is known color: Astronaut Blue. HEX triplet: 10, 47 and 58. RGB value is (16,71,88). Sum of RGB (Red+Green+Blue) = 16+71+88=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #104758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104758 is #EFB8A7. Grayscale: #383838. Windows color (decimal): -15710376 or 5785360. OLE color: 5785360.
HSL color Cylindrical-coordinate representation of color #104758: hue angle of 194.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104758 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 71 | 88 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.65 |
| HSL | 194.17º | 0.69% | 0.2% | - |
| HSV(B) | 194.17º | 0.82% | 0.35% | - |
| XYZ | 4.23 | 5.32 | 10.04 | - |
| YUV | 56.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 88 | 0.82 | 0.19 | 0 | 0.65 | 194.17 | 0.69 | 0.2 |
| Hex | 10 | 47 | 58 | 52 | 13 | 0 | 41 | C2 | 45 | 14 |
| Octal | 20 | 107 | 130 | 122 | 23 | 0 | 101 | 302 | 105 | 24 |
| Binary | 10000 | 1000111 | 1011000 | 1010010 | 10011 | 0 | 1000001 | 11000010 | 1000101 | 10100 |
Color Harmonies of #104758
Complementary color
Monochromatic Colors of #104758
Black with #104758
Text Example
Text Example
White with #104758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104758; }
p { color: rgb(16,71,88); }
H1.HeaderClassName
{
color: #104758;
}
.AnyTagClassName
{
color: #104758;
}
</style>
background-color css
<style>
a { background-color: #104758; }
a { background-color: rgb(16,71,88); }
div.DivClassName
{
background-color: #104758;
}
.BgClassName
{
background-color: #104758;
}
</style>
border-color css
<style>
span { border-color: #104758; }
span { border-color: rgb(16,71,88); }
td.TdClassName
{
border-color: #104758;
}
.TagClassName
{
border-color: #104758;
}
</style>