Shades of Astronaut Blue #104C5E
Tints of Astronaut Blue #104C5E
RGB
CMYK
RGB Variations
Color information
#104C5E (or 0x104C5E) is known color: Astronaut Blue. HEX triplet: 10, 4C and 5E. RGB value is (16,76,94). Sum of RGB (Red+Green+Blue) = 16+76+94=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #104C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C5E is #EFB3A1. Grayscale: #3B3B3B. Windows color (decimal): -15709090 or 6179856. OLE color: 6179856.
HSL color Cylindrical-coordinate representation of color #104C5E: hue angle of 193.85º 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 #104C5E is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 76 | 94 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.63 |
| HSL | 193.85º | 0.71% | 0.22% | - |
| HSV(B) | 193.85º | 0.83% | 0.37% | - |
| XYZ | 4.82 | 6.09 | 11.51 | - |
| YUV | 60.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 94 | 0.83 | 0.19 | 0 | 0.63 | 193.85 | 0.71 | 0.22 |
| Hex | 10 | 4C | 5E | 53 | 13 | 0 | 3F | C2 | 47 | 16 |
| Octal | 20 | 114 | 136 | 123 | 23 | 0 | 77 | 302 | 107 | 26 |
| Binary | 10000 | 1001100 | 1011110 | 1010011 | 10011 | 0 | 111111 | 11000010 | 1000111 | 10110 |
Color Harmonies of #104C5E
Complementary color
Monochromatic Colors of #104C5E
Black with #104C5E
Text Example
Text Example
White with #104C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C5E; }
p { color: rgb(16,76,94); }
H1.HeaderClassName
{
color: #104C5E;
}
.AnyTagClassName
{
color: #104C5E;
}
</style>
background-color css
<style>
a { background-color: #104C5E; }
a { background-color: rgb(16,76,94); }
div.DivClassName
{
background-color: #104C5E;
}
.BgClassName
{
background-color: #104C5E;
}
</style>
border-color css
<style>
span { border-color: #104C5E; }
span { border-color: rgb(16,76,94); }
td.TdClassName
{
border-color: #104C5E;
}
.TagClassName
{
border-color: #104C5E;
}
</style>