Shades of Astronaut Blue #104A61
Tints of Astronaut Blue #104A61
RGB
CMYK
RGB Variations
Color information
#104A61 (or 0x104A61) is known color: Astronaut Blue. HEX triplet: 10, 4A and 61. RGB value is (16,74,97). Sum of RGB (Red+Green+Blue) = 16+74+97=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #104A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A61 is #EFB59E. Grayscale: #3B3B3B. Windows color (decimal): -15709599 or 6375952. OLE color: 6375952.
HSL color Cylindrical-coordinate representation of color #104A61: hue angle of 197.04º 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 #104A61 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 74 | 97 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.62 |
| HSL | 197.04º | 0.72% | 0.22% | - |
| HSV(B) | 197.04º | 0.84% | 0.38% | - |
| XYZ | 4.82 | 5.87 | 12.19 | - |
| YUV | 59.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 97 | 0.84 | 0.24 | 0 | 0.62 | 197.04 | 0.72 | 0.22 |
| Hex | 10 | 4A | 61 | 54 | 18 | 0 | 3E | C5 | 48 | 16 |
| Octal | 20 | 112 | 141 | 124 | 30 | 0 | 76 | 305 | 110 | 26 |
| Binary | 10000 | 1001010 | 1100001 | 1010100 | 11000 | 0 | 111110 | 11000101 | 1001000 | 10110 |
Color Harmonies of #104A61
Complementary color
Monochromatic Colors of #104A61
Black with #104A61
Text Example
Text Example
White with #104A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A61; }
p { color: rgb(16,74,97); }
H1.HeaderClassName
{
color: #104A61;
}
.AnyTagClassName
{
color: #104A61;
}
</style>
background-color css
<style>
a { background-color: #104A61; }
a { background-color: rgb(16,74,97); }
div.DivClassName
{
background-color: #104A61;
}
.BgClassName
{
background-color: #104A61;
}
</style>
border-color css
<style>
span { border-color: #104A61; }
span { border-color: rgb(16,74,97); }
td.TdClassName
{
border-color: #104A61;
}
.TagClassName
{
border-color: #104A61;
}
</style>