Shades of Astronaut Blue #104C5C
Tints of Astronaut Blue #104C5C
RGB
CMYK
RGB Variations
Color information
#104C5C (or 0x104C5C) is known color: Astronaut Blue. HEX triplet: 10, 4C and 5C. RGB value is (16,76,92). Sum of RGB (Red+Green+Blue) = 16+76+92=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #104C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C5C is #EFB3A3. Grayscale: #3B3B3B. Windows color (decimal): -15709092 or 6048784. OLE color: 6048784.
HSL color Cylindrical-coordinate representation of color #104C5C: hue angle of 192.63º degrees, saturation: 0.7, 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 #104C5C is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 76 | 92 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.64 |
| HSL | 192.63º | 0.7% | 0.21% | - |
| HSV(B) | 192.63º | 0.83% | 0.36% | - |
| XYZ | 4.73 | 6.05 | 11.04 | - |
| YUV | 59.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 92 | 0.83 | 0.17 | 0 | 0.64 | 192.63 | 0.7 | 0.21 |
| Hex | 10 | 4C | 5C | 53 | 11 | 0 | 40 | C1 | 46 | 15 |
| Octal | 20 | 114 | 134 | 123 | 21 | 0 | 100 | 301 | 106 | 25 |
| Binary | 10000 | 1001100 | 1011100 | 1010011 | 10001 | 0 | 1000000 | 11000001 | 1000110 | 10101 |
Color Harmonies of #104C5C
Complementary color
Monochromatic Colors of #104C5C
Black with #104C5C
Text Example
Text Example
White with #104C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C5C; }
p { color: rgb(16,76,92); }
H1.HeaderClassName
{
color: #104C5C;
}
.AnyTagClassName
{
color: #104C5C;
}
</style>
background-color css
<style>
a { background-color: #104C5C; }
a { background-color: rgb(16,76,92); }
div.DivClassName
{
background-color: #104C5C;
}
.BgClassName
{
background-color: #104C5C;
}
</style>
border-color css
<style>
span { border-color: #104C5C; }
span { border-color: rgb(16,76,92); }
td.TdClassName
{
border-color: #104C5C;
}
.TagClassName
{
border-color: #104C5C;
}
</style>