Shades of Astronaut Blue #104861
Tints of Astronaut Blue #104861
RGB
CMYK
RGB Variations
Color information
#104861 (or 0x104861) is known color: Astronaut Blue. HEX triplet: 10, 48 and 61. RGB value is (16,72,97). Sum of RGB (Red+Green+Blue) = 16+72+97=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #104861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104861 is #EFB79E. Grayscale: #393939. Windows color (decimal): -15710111 or 6375440. OLE color: 6375440.
HSL color Cylindrical-coordinate representation of color #104861: hue angle of 198.52º 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 #104861 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 72 | 97 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.62 |
| HSL | 198.52º | 0.72% | 0.22% | - |
| HSV(B) | 198.52º | 0.84% | 0.38% | - |
| XYZ | 4.69 | 5.61 | 12.14 | - |
| YUV | 58.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 97 | 0.84 | 0.26 | 0 | 0.62 | 198.52 | 0.72 | 0.22 |
| Hex | 10 | 48 | 61 | 54 | 1A | 0 | 3E | C7 | 48 | 16 |
| Octal | 20 | 110 | 141 | 124 | 32 | 0 | 76 | 307 | 110 | 26 |
| Binary | 10000 | 1001000 | 1100001 | 1010100 | 11010 | 0 | 111110 | 11000111 | 1001000 | 10110 |
Color Harmonies of #104861
Complementary color
Monochromatic Colors of #104861
Black with #104861
Text Example
Text Example
White with #104861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104861; }
p { color: rgb(16,72,97); }
H1.HeaderClassName
{
color: #104861;
}
.AnyTagClassName
{
color: #104861;
}
</style>
background-color css
<style>
a { background-color: #104861; }
a { background-color: rgb(16,72,97); }
div.DivClassName
{
background-color: #104861;
}
.BgClassName
{
background-color: #104861;
}
</style>
border-color css
<style>
span { border-color: #104861; }
span { border-color: rgb(16,72,97); }
td.TdClassName
{
border-color: #104861;
}
.TagClassName
{
border-color: #104861;
}
</style>