Shades of Astronaut Blue #104761
Tints of Astronaut Blue #104761
RGB
CMYK
RGB Variations
Color information
#104761 (or 0x104761) is known color: Astronaut Blue. HEX triplet: 10, 47 and 61. RGB value is (16,71,97). Sum of RGB (Red+Green+Blue) = 16+71+97=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #104761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104761 is #EFB89E. Grayscale: #393939. Windows color (decimal): -15710367 or 6375184. OLE color: 6375184.
HSL color Cylindrical-coordinate representation of color #104761: hue angle of 199.26º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104761 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 71 | 97 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.62 |
| HSL | 199.26º | 0.72% | 0.22% | - |
| HSV(B) | 199.26º | 0.84% | 0.38% | - |
| XYZ | 4.62 | 5.48 | 12.12 | - |
| YUV | 57.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 97 | 0.84 | 0.27 | 0 | 0.62 | 199.26 | 0.72 | 0.22 |
| Hex | 10 | 47 | 61 | 54 | 1B | 0 | 3E | C7 | 48 | 16 |
| Octal | 20 | 107 | 141 | 124 | 33 | 0 | 76 | 307 | 110 | 26 |
| Binary | 10000 | 1000111 | 1100001 | 1010100 | 11011 | 0 | 111110 | 11000111 | 1001000 | 10110 |
Color Harmonies of #104761
Complementary color
Monochromatic Colors of #104761
Black with #104761
Text Example
Text Example
White with #104761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104761; }
p { color: rgb(16,71,97); }
H1.HeaderClassName
{
color: #104761;
}
.AnyTagClassName
{
color: #104761;
}
</style>
background-color css
<style>
a { background-color: #104761; }
a { background-color: rgb(16,71,97); }
div.DivClassName
{
background-color: #104761;
}
.BgClassName
{
background-color: #104761;
}
</style>
border-color css
<style>
span { border-color: #104761; }
span { border-color: rgb(16,71,97); }
td.TdClassName
{
border-color: #104761;
}
.TagClassName
{
border-color: #104761;
}
</style>