Shades of Astronaut Blue #104C5D
Tints of Astronaut Blue #104C5D
RGB
CMYK
RGB Variations
Color information
#104C5D (or 0x104C5D) is known color: Astronaut Blue. HEX triplet: 10, 4C and 5D. RGB value is (16,76,93). Sum of RGB (Red+Green+Blue) = 16+76+93=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #104C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C5D is #EFB3A2. Grayscale: #3B3B3B. Windows color (decimal): -15709091 or 6114320. OLE color: 6114320.
HSL color Cylindrical-coordinate representation of color #104C5D: hue angle of 193.25º 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 #104C5D is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 76 | 93 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.64 |
| HSL | 193.25º | 0.71% | 0.21% | - |
| HSV(B) | 193.25º | 0.83% | 0.36% | - |
| XYZ | 4.77 | 6.07 | 11.28 | - |
| YUV | 60 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 93 | 0.83 | 0.18 | 0 | 0.64 | 193.25 | 0.71 | 0.21 |
| Hex | 10 | 4C | 5D | 53 | 12 | 0 | 40 | C1 | 47 | 15 |
| Octal | 20 | 114 | 135 | 123 | 22 | 0 | 100 | 301 | 107 | 25 |
| Binary | 10000 | 1001100 | 1011101 | 1010011 | 10010 | 0 | 1000000 | 11000001 | 1000111 | 10101 |
Color Harmonies of #104C5D
Complementary color
Monochromatic Colors of #104C5D
Black with #104C5D
Text Example
Text Example
White with #104C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C5D; }
p { color: rgb(16,76,93); }
H1.HeaderClassName
{
color: #104C5D;
}
.AnyTagClassName
{
color: #104C5D;
}
</style>
background-color css
<style>
a { background-color: #104C5D; }
a { background-color: rgb(16,76,93); }
div.DivClassName
{
background-color: #104C5D;
}
.BgClassName
{
background-color: #104C5D;
}
</style>
border-color css
<style>
span { border-color: #104C5D; }
span { border-color: rgb(16,76,93); }
td.TdClassName
{
border-color: #104C5D;
}
.TagClassName
{
border-color: #104C5D;
}
</style>