Shades of Astronaut Blue #104C68
Tints of Astronaut Blue #104C68
RGB
CMYK
RGB Variations
Color information
#104C68 (or 0x104C68) is known color: Astronaut Blue. HEX triplet: 10, 4C and 68. RGB value is (16,76,104). Sum of RGB (Red+Green+Blue) = 16+76+104=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #104C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C68 is #EFB397. Grayscale: #3D3D3D. Windows color (decimal): -15709080 or 6835216. OLE color: 6835216.
HSL color Cylindrical-coordinate representation of color #104C68: hue angle of 199.09º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104C68 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 76 | 104 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.59 |
| HSL | 199.09º | 0.73% | 0.24% | - |
| HSV(B) | 199.09º | 0.85% | 0.41% | - |
| XYZ | 5.3 | 6.28 | 14.03 | - |
| YUV | 61.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 104 | 0.85 | 0.27 | 0 | 0.59 | 199.09 | 0.73 | 0.24 |
| Hex | 10 | 4C | 68 | 55 | 1B | 0 | 3B | C7 | 49 | 18 |
| Octal | 20 | 114 | 150 | 125 | 33 | 0 | 73 | 307 | 111 | 30 |
| Binary | 10000 | 1001100 | 1101000 | 1010101 | 11011 | 0 | 111011 | 11000111 | 1001001 | 11000 |
Color Harmonies of #104C68
Complementary color
Monochromatic Colors of #104C68
Black with #104C68
Text Example
Text Example
White with #104C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C68; }
p { color: rgb(16,76,104); }
H1.HeaderClassName
{
color: #104C68;
}
.AnyTagClassName
{
color: #104C68;
}
</style>
background-color css
<style>
a { background-color: #104C68; }
a { background-color: rgb(16,76,104); }
div.DivClassName
{
background-color: #104C68;
}
.BgClassName
{
background-color: #104C68;
}
</style>
border-color css
<style>
span { border-color: #104C68; }
span { border-color: rgb(16,76,104); }
td.TdClassName
{
border-color: #104C68;
}
.TagClassName
{
border-color: #104C68;
}
</style>