Shades of Astronaut Blue #104560
Tints of Astronaut Blue #104560
RGB
CMYK
RGB Variations
Color information
#104560 (or 0x104560) is known color: Astronaut Blue. HEX triplet: 10, 45 and 60. RGB value is (16,69,96). Sum of RGB (Red+Green+Blue) = 16+69+96=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #104560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104560 is #EFBA9F. Grayscale: #383838. Windows color (decimal): -15710880 or 6309136. OLE color: 6309136.
HSL color Cylindrical-coordinate representation of color #104560: hue angle of 200.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104560 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 69 | 96 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.62 |
| HSL | 200.25º | 0.71% | 0.22% | - |
| HSV(B) | 200.25º | 0.83% | 0.38% | - |
| XYZ | 4.45 | 5.21 | 11.84 | - |
| YUV | 56.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 96 | 0.83 | 0.28 | 0 | 0.62 | 200.25 | 0.71 | 0.22 |
| Hex | 10 | 45 | 60 | 53 | 1C | 0 | 3E | C8 | 47 | 16 |
| Octal | 20 | 105 | 140 | 123 | 34 | 0 | 76 | 310 | 107 | 26 |
| Binary | 10000 | 1000101 | 1100000 | 1010011 | 11100 | 0 | 111110 | 11001000 | 1000111 | 10110 |
Color Harmonies of #104560
Complementary color
Monochromatic Colors of #104560
Black with #104560
Text Example
Text Example
White with #104560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104560; }
p { color: rgb(16,69,96); }
H1.HeaderClassName
{
color: #104560;
}
.AnyTagClassName
{
color: #104560;
}
</style>
background-color css
<style>
a { background-color: #104560; }
a { background-color: rgb(16,69,96); }
div.DivClassName
{
background-color: #104560;
}
.BgClassName
{
background-color: #104560;
}
</style>
border-color css
<style>
span { border-color: #104560; }
span { border-color: rgb(16,69,96); }
td.TdClassName
{
border-color: #104560;
}
.TagClassName
{
border-color: #104560;
}
</style>