Shades of Astronaut Blue #104E63
Tints of Astronaut Blue #104E63
RGB
CMYK
RGB Variations
Color information
#104E63 (or 0x104E63) is known color: Astronaut Blue. HEX triplet: 10, 4E and 63. RGB value is (16,78,99). Sum of RGB (Red+Green+Blue) = 16+78+99=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #104E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E63 is #EFB19C. Grayscale: #3D3D3D. Windows color (decimal): -15708573 or 6508048. OLE color: 6508048.
HSL color Cylindrical-coordinate representation of color #104E63: hue angle of 195.18º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104E63 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 78 | 99 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.61 |
| HSL | 195.18º | 0.72% | 0.23% | - |
| HSV(B) | 195.18º | 0.84% | 0.39% | - |
| XYZ | 5.19 | 6.46 | 12.78 | - |
| YUV | 61.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 99 | 0.84 | 0.21 | 0 | 0.61 | 195.18 | 0.72 | 0.23 |
| Hex | 10 | 4E | 63 | 54 | 15 | 0 | 3D | C3 | 48 | 17 |
| Octal | 20 | 116 | 143 | 124 | 25 | 0 | 75 | 303 | 110 | 27 |
| Binary | 10000 | 1001110 | 1100011 | 1010100 | 10101 | 0 | 111101 | 11000011 | 1001000 | 10111 |
Color Harmonies of #104E63
Complementary color
Monochromatic Colors of #104E63
Black with #104E63
Text Example
Text Example
White with #104E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E63; }
p { color: rgb(16,78,99); }
H1.HeaderClassName
{
color: #104E63;
}
.AnyTagClassName
{
color: #104E63;
}
</style>
background-color css
<style>
a { background-color: #104E63; }
a { background-color: rgb(16,78,99); }
div.DivClassName
{
background-color: #104E63;
}
.BgClassName
{
background-color: #104E63;
}
</style>
border-color css
<style>
span { border-color: #104E63; }
span { border-color: rgb(16,78,99); }
td.TdClassName
{
border-color: #104E63;
}
.TagClassName
{
border-color: #104E63;
}
</style>