Shades of Astronaut Blue #104E5D
Tints of Astronaut Blue #104E5D
RGB
CMYK
RGB Variations
Color information
#104E5D (or 0x104E5D) is known color: Astronaut Blue. HEX triplet: 10, 4E and 5D. RGB value is (16,78,93). Sum of RGB (Red+Green+Blue) = 16+78+93=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #104E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E5D is #EFB1A2. Grayscale: #3D3D3D. Windows color (decimal): -15708579 or 6114832. OLE color: 6114832.
HSL color Cylindrical-coordinate representation of color #104E5D: hue angle of 191.69º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104E5D is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 78 | 93 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.64 |
| HSL | 191.69º | 0.71% | 0.21% | - |
| HSV(B) | 191.69º | 0.83% | 0.36% | - |
| XYZ | 4.91 | 6.35 | 11.32 | - |
| YUV | 61.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 93 | 0.83 | 0.16 | 0 | 0.64 | 191.69 | 0.71 | 0.21 |
| Hex | 10 | 4E | 5D | 53 | 10 | 0 | 40 | C0 | 47 | 15 |
| Octal | 20 | 116 | 135 | 123 | 20 | 0 | 100 | 300 | 107 | 25 |
| Binary | 10000 | 1001110 | 1011101 | 1010011 | 10000 | 0 | 1000000 | 11000000 | 1000111 | 10101 |
Color Harmonies of #104E5D
Complementary color
Monochromatic Colors of #104E5D
Black with #104E5D
Text Example
Text Example
White with #104E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E5D; }
p { color: rgb(16,78,93); }
H1.HeaderClassName
{
color: #104E5D;
}
.AnyTagClassName
{
color: #104E5D;
}
</style>
background-color css
<style>
a { background-color: #104E5D; }
a { background-color: rgb(16,78,93); }
div.DivClassName
{
background-color: #104E5D;
}
.BgClassName
{
background-color: #104E5D;
}
</style>
border-color css
<style>
span { border-color: #104E5D; }
span { border-color: rgb(16,78,93); }
td.TdClassName
{
border-color: #104E5D;
}
.TagClassName
{
border-color: #104E5D;
}
</style>