Shades of Astronaut Blue #104E60
Tints of Astronaut Blue #104E60
RGB
CMYK
RGB Variations
Color information
#104E60 (or 0x104E60) is known color: Astronaut Blue. HEX triplet: 10, 4E and 60. RGB value is (16,78,96). Sum of RGB (Red+Green+Blue) = 16+78+96=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #104E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E60 is #EFB19F. Grayscale: #3D3D3D. Windows color (decimal): -15708576 or 6311440. OLE color: 6311440.
HSL color Cylindrical-coordinate representation of color #104E60: hue angle of 193.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104E60 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 78 | 96 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.62 |
| HSL | 193.5º | 0.71% | 0.22% | - |
| HSV(B) | 193.5º | 0.83% | 0.38% | - |
| XYZ | 5.05 | 6.4 | 12.04 | - |
| YUV | 61.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 96 | 0.83 | 0.19 | 0 | 0.62 | 193.5 | 0.71 | 0.22 |
| Hex | 10 | 4E | 60 | 53 | 13 | 0 | 3E | C2 | 47 | 16 |
| Octal | 20 | 116 | 140 | 123 | 23 | 0 | 76 | 302 | 107 | 26 |
| Binary | 10000 | 1001110 | 1100000 | 1010011 | 10011 | 0 | 111110 | 11000010 | 1000111 | 10110 |
Color Harmonies of #104E60
Complementary color
Monochromatic Colors of #104E60
Black with #104E60
Text Example
Text Example
White with #104E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E60; }
p { color: rgb(16,78,96); }
H1.HeaderClassName
{
color: #104E60;
}
.AnyTagClassName
{
color: #104E60;
}
</style>
background-color css
<style>
a { background-color: #104E60; }
a { background-color: rgb(16,78,96); }
div.DivClassName
{
background-color: #104E60;
}
.BgClassName
{
background-color: #104E60;
}
</style>
border-color css
<style>
span { border-color: #104E60; }
span { border-color: rgb(16,78,96); }
td.TdClassName
{
border-color: #104E60;
}
.TagClassName
{
border-color: #104E60;
}
</style>