Shades of Astronaut Blue #104E5E
Tints of Astronaut Blue #104E5E
RGB
CMYK
RGB Variations
Color information
#104E5E (or 0x104E5E) is known color: Astronaut Blue. HEX triplet: 10, 4E and 5E. RGB value is (16,78,94). Sum of RGB (Red+Green+Blue) = 16+78+94=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #104E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E5E is #EFB1A1. Grayscale: #3D3D3D. Windows color (decimal): -15708578 or 6180368. OLE color: 6180368.
HSL color Cylindrical-coordinate representation of color #104E5E: hue angle of 192.31º 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 #104E5E is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 78 | 94 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.63 |
| HSL | 192.31º | 0.71% | 0.22% | - |
| HSV(B) | 192.31º | 0.83% | 0.37% | - |
| XYZ | 4.96 | 6.37 | 11.56 | - |
| YUV | 61.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 94 | 0.83 | 0.17 | 0 | 0.63 | 192.31 | 0.71 | 0.22 |
| Hex | 10 | 4E | 5E | 53 | 11 | 0 | 3F | C0 | 47 | 16 |
| Octal | 20 | 116 | 136 | 123 | 21 | 0 | 77 | 300 | 107 | 26 |
| Binary | 10000 | 1001110 | 1011110 | 1010011 | 10001 | 0 | 111111 | 11000000 | 1000111 | 10110 |
Color Harmonies of #104E5E
Complementary color
Monochromatic Colors of #104E5E
Black with #104E5E
Text Example
Text Example
White with #104E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E5E; }
p { color: rgb(16,78,94); }
H1.HeaderClassName
{
color: #104E5E;
}
.AnyTagClassName
{
color: #104E5E;
}
</style>
background-color css
<style>
a { background-color: #104E5E; }
a { background-color: rgb(16,78,94); }
div.DivClassName
{
background-color: #104E5E;
}
.BgClassName
{
background-color: #104E5E;
}
</style>
border-color css
<style>
span { border-color: #104E5E; }
span { border-color: rgb(16,78,94); }
td.TdClassName
{
border-color: #104E5E;
}
.TagClassName
{
border-color: #104E5E;
}
</style>