Shades of Astronaut Blue #104F5E
Tints of Astronaut Blue #104F5E
RGB
CMYK
RGB Variations
Color information
#104F5E (or 0x104F5E) is known color: Astronaut Blue. HEX triplet: 10, 4F and 5E. RGB value is (16,79,94). Sum of RGB (Red+Green+Blue) = 16+79+94=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #104F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F5E is #EFB0A1. Grayscale: #3D3D3D. Windows color (decimal): -15708322 or 6180624. OLE color: 6180624.
HSL color Cylindrical-coordinate representation of color #104F5E: hue angle of 191.54º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104F5E is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 79 | 94 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.63 |
| HSL | 191.54º | 0.71% | 0.22% | - |
| HSV(B) | 191.54º | 0.83% | 0.37% | - |
| XYZ | 5.03 | 6.51 | 11.58 | - |
| YUV | 61.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 94 | 0.83 | 0.16 | 0 | 0.63 | 191.54 | 0.71 | 0.22 |
| Hex | 10 | 4F | 5E | 53 | 10 | 0 | 3F | C0 | 47 | 16 |
| Octal | 20 | 117 | 136 | 123 | 20 | 0 | 77 | 300 | 107 | 26 |
| Binary | 10000 | 1001111 | 1011110 | 1010011 | 10000 | 0 | 111111 | 11000000 | 1000111 | 10110 |
Color Harmonies of #104F5E
Complementary color
Monochromatic Colors of #104F5E
Black with #104F5E
Text Example
Text Example
White with #104F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F5E; }
p { color: rgb(16,79,94); }
H1.HeaderClassName
{
color: #104F5E;
}
.AnyTagClassName
{
color: #104F5E;
}
</style>
background-color css
<style>
a { background-color: #104F5E; }
a { background-color: rgb(16,79,94); }
div.DivClassName
{
background-color: #104F5E;
}
.BgClassName
{
background-color: #104F5E;
}
</style>
border-color css
<style>
span { border-color: #104F5E; }
span { border-color: rgb(16,79,94); }
td.TdClassName
{
border-color: #104F5E;
}
.TagClassName
{
border-color: #104F5E;
}
</style>